Skip to content

Commit

Permalink
Cancel in-progress PR runs on update (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani authored Feb 10, 2025
1 parent de38c80 commit 47e7ff9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ env:
SSID: ""
PASSWORD: ""

# Cancel any currently running workflows from the same PR, branch, or
# tag when a new workflow is triggered.
#
# https://stackoverflow.com/a/66336834
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

jobs:
# --------------------------------------------------------------------------
# Verify
Expand Down

0 comments on commit 47e7ff9

Please sign in to comment.