File tree Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 11name : Build PRs and main when updated
22
33on :
4+ schedule :
5+ # daily run
6+ - cron : ' 0 0 * * *'
47 push :
58 branches :
6- - " main "
9+ - " next-fabric8-version "
710 paths-ignore :
811 - ' .gitignore'
912 - ' CODEOWNERS'
@@ -38,13 +41,12 @@ jobs:
3841 strategy :
3942 matrix :
4043 java-version : [ 11, 17 ]
41- # quarkus-version-jq-cmd:
42- # - '.platforms[0]."current-stream-id" as $current | .platforms[0].streams[] | select(.id == $current) | .releases[0].version'
44+ quarkus-version-jq-cmd :
45+ - ' .platforms[0]."current-stream-id" as $current | .platforms[0].streams[] | select(.id == $current) | .releases[0].version'
4346# - '.platforms[0].streams[] | select(.id == "3.2") | .releases[0].version'
4447 uses : ./.github/workflows/build-for-quarkus-version.yml
4548 with :
4649 quarkus-version-jq-cmd : ${{ matrix.quarkus-version-jq-cmd }}
4750 java-version : ${{ matrix.java-version }}
4851 branch : ${{ needs.extract-branch-name.outputs.branch_name }}
49- native-modules : " integration-tests"
50- quarkus-version : " 3.2.0.Final"
52+ native-modules : " integration-tests"
Original file line number Diff line number Diff line change @@ -4,8 +4,13 @@ concurrency:
44 group : ${{ github.ref }}-${{ github.workflow }}
55 cancel-in-progress : true
66on :
7+ schedule :
8+ # daily run
9+ - cron : ' 0 0 * * *'
710 push :
8- branches : [ main, next ]
11+ paths-ignore :
12+ - ' docs/**'
13+ branches : [ next-fabric8-version ]
914
1015jobs :
1116 release-snapshot :
Original file line number Diff line number Diff line change 1818 </properties >
1919 <dependencyManagement >
2020 <dependencies >
21+ <dependency >
22+ <groupId >io.fabric8</groupId >
23+ <artifactId >kubernetes-client-bom</artifactId >
24+ <version >6.8-SNAPSHOT</version >
25+ <type >pom</type >
26+ <scope >import</scope >
27+ </dependency >
2128 <dependency >
2229 <groupId >io.quarkiverse.operatorsdk</groupId >
2330 <artifactId >quarkus-operator-sdk-bom</artifactId >
You can’t perform that action at this time.
0 commit comments