Skip to content

Commit

Permalink
chore: add test-flaky-ci label to disable default workflow concurre…
Browse files Browse the repository at this point in the history
…ncy (#13813)
  • Loading branch information
littledivy committed Mar 2, 2022
1 parent d8489b6 commit 9de5275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ci
on: [push, pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ !contains(github.event.pull_request.labels.*.name, 'test-flaky-ci') && github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 9de5275

Please sign in to comment.