mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-21 02:26:30 +08:00
20 lines
407 B
YAML
20 lines
407 B
YAML
name: Cancel Previous Jobs
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- '**'
|
|
push:
|
|
branches:
|
|
- '**'
|
|
jobs:
|
|
cancel:
|
|
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 }}
|