Merge pull request #21806 from abpframework/auto-merge/prerel-9-0/3352 #18239
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: cancel-workflow | |
on: [push] | |
permissions: | |
contents: read | |
jobs: | |
cancel: | |
permissions: | |
actions: write # for styfle/cancel-workflow-action to cancel/stop running workflows | |
name: 'Cancel Previous Runs' | |
runs-on: ubuntu-latest | |
timeout-minutes: 3 | |
steps: | |
- uses: styfle/[email protected] | |
with: | |
workflow_id: 10629,1299107,2792859,8268314 | |
access_token: ${{ github.token }} |