Skip to content

Commit

Permalink
ocp tests: change concurrency group to ocp
Browse files Browse the repository at this point in the history
  • Loading branch information
zmiklank committed Mar 20, 2024
1 parent 2efcd54 commit 15d9986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openshift-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: "${{ matrix.test_case }} tests: ${{ matrix.version }} - ${{ matrix.os_test }}"
runs-on: ubuntu-20.04
concurrency:
group: container-${{ github.event.issue.number }}-${{ matrix.version }}-${{ matrix.os_test }}
group: ocp-${{ github.event.issue.number }}-${{ matrix.version }}-${{ matrix.os_test }}
cancel-in-progress: true
strategy:
fail-fast: false
Expand Down

0 comments on commit 15d9986

Please sign in to comment.