Skip to content

Commit

Permalink
Add test pipeline to concurrency group (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnotheis authored May 21, 2024
1 parent 44b38bf commit fec3d4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
tags-ignore:
- "**"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true

jobs:
run-adminUi-checks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fec3d4c

Please sign in to comment.