mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-05-10 05:08:59 +08:00
ci: update cancellation worklfow
This commit is contained in:
13
.github/workflows/cancel.yaml
vendored
13
.github/workflows/cancel.yaml
vendored
@@ -1,12 +1,19 @@
|
||||
name: cancel_previous
|
||||
on: [push]
|
||||
name: Cancel Previous Jobs
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
jobs:
|
||||
cancel:
|
||||
name: "Cancel Previous Runs"
|
||||
name: "Cancel"
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 3
|
||||
steps:
|
||||
- uses: styfle/cancel-workflow-action@0.3.1
|
||||
continue-on-error: true
|
||||
with:
|
||||
workflow_id: 148944,1024868,1029491,1051247,1099495
|
||||
access_token: ${{ github.token }}
|
||||
|
||||
Reference in New Issue
Block a user