We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e394d5 + 2431089 commit 16f8ca2Copy full SHA for 16f8ca2
.github/workflows/ci.yaml
@@ -18,7 +18,7 @@ env:
18
jobs:
19
20
detect-noop:
21
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
22
outputs:
23
noop: ${{ steps.noop.outputs.should_skip }}
24
steps:
@@ -32,7 +32,7 @@ jobs:
32
concurrent_skipping: false
33
34
test:
35
36
needs: detect-noop
37
if: needs.detect-noop.outputs.noop != 'true'
38
@@ -57,7 +57,7 @@ jobs:
57
run: make
58
59
e2e-cluster-gateway:
60
61
62
63
@@ -97,7 +97,7 @@ jobs:
97
make test-e2e
98
99
e2e-ocm-addon-cluster-gateway:
100
101
102
103
0 commit comments