Skip to content

Merge pull request #299 from Codeinwp/fix/297 #119

Merge pull request #299 from Codeinwp/fix/297

Merge pull request #299 from Codeinwp/fix/297 #119

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 }}