Skip to content

Commit

Permalink
[hotfix] Remove non-existing branches for Weekly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser committed May 14, 2024
1 parent 4098566 commit 2b82430
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
strategy:
matrix:
flink_branches: [{
flink: 1.17-SNAPSHOT,
branch: main
}, {
flink: 1.18-SNAPSHOT,
jdk: '8, 11, 17',
branch: main
Expand All @@ -41,18 +38,9 @@ jobs:
jdk: '8, 11, 17, 21',
branch: main
}, {
flink: 1.17.2,
branch: v3.1
}, {
flink: 1.18.1,
jdk: '8, 11, 17',
branch: v3.1
}, {
flink: 1.17.2,
branch: v3.0
}, {
flink: 1.18.1,
branch: v3.0
flink: 1.20-SNAPSHOT,
jdk: '8, 11, 17, 21',
branch: main
}]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
Expand Down

0 comments on commit 2b82430

Please sign in to comment.