Skip to content

Commit

Permalink
Adds concurrency cancellation on pull requests. (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdstein authored Oct 20, 2023
1 parent 52952c4 commit 07d0e44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Pull Request
on:
pull_request:
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
agent:
uses: ./.github/workflows/agent.yaml
Expand Down

0 comments on commit 07d0e44

Please sign in to comment.