We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc15244 commit 05ade8fCopy full SHA for 05ade8f
1 file changed
.github/workflows/test.yaml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
go-test:
13
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
14
steps:
15
- uses: actions/checkout@v3
16
- uses: actions/setup-go@v3
@@ -20,7 +20,7 @@ jobs:
20
- run: make check-generate
21
22
kubernetes-api:
23
24
needs: [go-test]
25
strategy:
26
fail-fast: false
@@ -46,7 +46,7 @@ jobs:
46
47
kubernetes-k3d:
48
if: "${{ github.repository == 'CrunchyData/postgres-operator' }}"
49
50
51
52
0 commit comments