Skip to content

Merge pull request #34456 from Spookerton/spkrtn/cng/ship's-haunted #86

Merge pull request #34456 from Spookerton/spkrtn/cng/ship's-haunted

Merge pull request #34456 from Spookerton/spkrtn/cng/ship's-haunted #86

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@01ce38bf961b4e243a6342cbade0dbc8ba3f0432
with:
workflow_id: 3545321
access_token: ${{ github.token }}