Skip to content

Commit

Permalink
fix typo in openshift tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zmiklank committed Mar 26, 2024
1 parent 5e9d6c1 commit 6b295ce
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 @@ -21,8 +21,8 @@ jobs:
openshift-tests:
name: "${{ matrix.test_case }} tests: ${{ matrix.version }} - ${{ matrix.os_test }}"
runs-on: ubuntu-latest
concurrency:
needs: check-imagestreams
concurrency:
group: ocp-${{ github.event.issue.number }}-${{ matrix.version }}-${{ matrix.os_test }}
cancel-in-progress: true
strategy:
Expand Down

0 comments on commit 6b295ce

Please sign in to comment.