Skip to content

Merge pull request #34158 from SuhEugene/ahaha-what-a-meme #82

Merge pull request #34158 from SuhEugene/ahaha-what-a-meme

Merge pull request #34158 from SuhEugene/ahaha-what-a-meme #82

Workflow file for this run

name: Cancel
permissions:
contents: read
on:
push:
branches:
- dev
# NB: We can discover workflow IDs for this job at https://api.github.com/repos/ORG/REPO/actions/workflows
jobs:
cancel:
name: 'Cancel Redundant Builds'
permissions:
actions: write # required to cancel other actions
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@b173b6ec0100793626c2d9e6b90435061f4fc3e5
with:
workflow_id: 3545321
access_token: ${{ github.token }}