Merge pull request #299 from Codeinwp/fix/297 #119
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: Auto Cancel | |
on: | |
push: | |
branches-ignore: | |
- master | |
jobs: | |
cancel: | |
name: 'Cancel Previous Runs' | |
if: github.event.pull_request.head.repo.fork == false | |
runs-on: ubuntu-latest | |
steps: | |
- uses: styfle/[email protected] | |
with: | |
workflow_id: build-dev-artifacts.yml | |
access_token: ${{ secrets.BOT_TOKEN }} |