Skip to content

Commit

Permalink
Re-enable cancel-in-progress for test.yaml (#160)
Browse files Browse the repository at this point in the history
* Re-enable cancel-in-progress for test.yaml

* Seperate concurrency between self-hosted runners and GitHub runners

---------

Co-authored-by: arturo-seijas <[email protected]>
  • Loading branch information
yhaliaw and arturo-seijas authored Jul 27, 2023
1 parent 491fe67 commit 33a71e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ on:
default: true

concurrency:
group: operator-workflows-${{ github.workflow }}-tests-${{ github.ref }}
group: operator-workflows-${{ github.workflow }}-tests-${{ github.ref }}-self-hosted-${{ inputs.self-hosted-runner }}
cancel-in-progress: true

jobs:
inclusive-naming-check:
Expand Down

0 comments on commit 33a71e5

Please sign in to comment.