quick fix for the powerfist x2 (#488) #627
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 | |
on: | |
push: | |
branches: | |
- dev | |
jobs: | |
cancel: | |
name: 'Cancel Redundant Builds' | |
runs-on: ubuntu-latest | |
timeout-minutes: 3 | |
steps: | |
- uses: styfle/cancel-workflow-action@89f242ee29e10c53a841bfe71cc0ce7b2f065abc | |
with: | |
workflow_id: 27212, 3545321 | |
access_token: ${{ github.token }} |