Skip to content

Commit

Permalink
Cancel pending on new run.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Feb 7, 2023
1 parent 68d4138 commit f89486e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/acceptance-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
github.event.client_payload.slash_command.pkg != '' &&
github.event.client_payload.pull_request.head.sha == github.event.client_payload.slash_command.sha

concurrency: ${{ github.workflow }}-${{ github.event.client_payload.slash_command.pkg }}-${{ github.event.client_payload.pull_request.number }}
concurrency:
group: ${{ github.workflow }}-${{ github.event.client_payload.slash_command.pkg }}-${{ github.event.client_payload.pull_request.number }}
cancel-in-progress: true

steps:
- name: Set status pending
Expand Down

0 comments on commit f89486e

Please sign in to comment.