Skip to content

Commit

Permalink
fix: avoid duplicate workflow runs
Browse files Browse the repository at this point in the history
Signed-off-by: gardar <[email protected]>
  • Loading branch information
gardar committed Jan 15, 2024
1 parent e930a7c commit db62900
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/full-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ env:
NAMESPACE: grafana
COLLECTION_NAME: grafana

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

jobs:
ansible-test-sanity:
uses: ./.github/workflows/ansible-test-sanity.yml
Expand Down

0 comments on commit db62900

Please sign in to comment.