Skip to content

Commit

Permalink
Merge pull request #1113 from ErikJiang/update_pr_ci
Browse files Browse the repository at this point in the history
add concurrency policy for PR CI
  • Loading branch information
ErikJiang authored Feb 6, 2024
2 parents 865d5e2 + 225ba15 commit 59d836b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/auto-pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ env:
SPRAY_JOB_IMAGE_NAME: spray-job
AIRGAP_PATCH_IMAGE_NAME: airgap-patch

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
get_ref:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 59d836b

Please sign in to comment.