Skip to content

Commit 6fdc333

Browse files
anishasthanaopenshift-merge-robot
authored andcommitted
Update Job names so there is no overlap between e2e and olm CI
Signed-off-by: Anish Asthana <[email protected]>
1 parent 8d4c413 commit 6fdc333

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/e2e_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525
cancel-in-progress: true
2626

2727
jobs:
28-
kubernetes:
28+
kubernetes-e2e:
2929

3030
runs-on: ubuntu-20.04
3131

Diff for: .github/workflows/olm_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
cancel-in-progress: true
1919

2020
jobs:
21-
kubernetes:
21+
kubernetes-olm-upgrade:
2222
runs-on: ubuntu-20.04
2323
timeout-minutes: 60
2424
env:

0 commit comments

Comments
 (0)