Skip to content

Commit b99188c

Browse files
csvirimetacosm
authored andcommitted
fix refs
Signed-off-by: Chris Laprun <[email protected]>
1 parent 02634a7 commit b99188c

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.github/workflows/pr-fabric8-snapshot-daily.yml

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
with:
4141
java-version: ${{ matrix.java }}
4242
kube-version: ${{ matrix.kubernetes }}
43+
checkout-ref: fabric8-next-version
4344

4445
httpclient-tests:
4546
strategy:
@@ -51,6 +52,7 @@ jobs:
5152
kube-version: 'v1.25.5'
5253
http-client: ${{ matrix.httpclient }}
5354
experimental: true
55+
checkout-ref: fabric8-next-version
5456

5557
special_integration_tests:
5658
runs-on: ubuntu-latest
@@ -59,6 +61,8 @@ jobs:
5961
java: [ 11, 17 ]
6062
steps:
6163
- uses: actions/checkout@v3
64+
with:
65+
ref: fabric8-next-version
6266
- name: Set up Java and Maven
6367
uses: actions/setup-java@v3
6468
with:

.github/workflows/pr.yml

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
with:
4141
java-version: ${{ matrix.java }}
4242
kube-version: ${{ matrix.kubernetes }}
43+
checkout-ref: ${GITHUB_REF##*/}
4344

4445
httpclient-tests:
4546
strategy:
@@ -51,6 +52,7 @@ jobs:
5152
kube-version: 'v1.29.1'
5253
http-client: ${{ matrix.httpclient }}
5354
experimental: true
55+
checkout-ref: ${GITHUB_REF##*/}
5456

5557
special_integration_tests:
5658
runs-on: ubuntu-latest

.github/workflows/snapshot-releases-fabric8-snapshot-daily.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
needs: test
3232
steps:
3333
- uses: actions/checkout@v3
34+
with:
35+
ref: fabric8-next-version
3436
- name: Set up Java and Maven
3537
uses: actions/setup-java@v3
3638
with:

0 commit comments

Comments
 (0)