Skip to content

Commit

Permalink
fix refs
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <[email protected]>
  • Loading branch information
csviri authored and metacosm committed Aug 21, 2024
1 parent 8d65f10 commit 26b4a4e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-fabric8-snapshot-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
java-version: ${{ matrix.java }}
kube-version: ${{ matrix.kubernetes }}
checkout-ref: fabric8-next-version

httpclient-tests:
strategy:
Expand All @@ -51,6 +52,7 @@ jobs:
kube-version: 'v1.25.5'
http-client: ${{ matrix.httpclient }}
experimental: true
checkout-ref: fabric8-next-version

special_integration_tests:
runs-on: ubuntu-latest
Expand All @@ -59,6 +61,8 @@ jobs:
java: [ 11, 17 ]
steps:
- uses: actions/checkout@v3
with:
ref: fabric8-next-version
- name: Set up Java and Maven
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
java-version: ${{ matrix.java }}
kube-version: ${{ matrix.kubernetes }}
checkout-ref: ${GITHUB_REF##*/}

httpclient-tests:
strategy:
Expand All @@ -51,6 +52,7 @@ jobs:
kube-version: 'v1.29.1'
http-client: ${{ matrix.httpclient }}
experimental: true
checkout-ref: ${GITHUB_REF##*/}

special_integration_tests:
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
needs: test
steps:
- uses: actions/checkout@v3
with:
ref: fabric8-next-version
- name: Set up Java and Maven
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 26b4a4e

Please sign in to comment.