Skip to content

Commit

Permalink
[hotfix] Change branch for nightly builds to the correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser committed Jun 15, 2023
1 parent d1cce82 commit 44f0e8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
branch: main
}, {
flink: 1.16.2,
branch: v3.1
branch: v3.0
}, {
flink: 1.17.1,
branch: v3.1
branch: v3.0
}, {
flink: 1.18-SNAPSHOT,
branch: v3.1
branch: v3.0
}]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
Expand Down

0 comments on commit 44f0e8a

Please sign in to comment.