Skip to content

Commit

Permalink
[release] Update protected branches + doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
gyfora committed Jun 17, 2024
1 parent 8dfb5a5 commit 3f4da19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ github:
release-1.6: {}
release-1.7: {}
release-1.8: {}

release-1.9: {}

notifications:
commits: commits@flink.apache.org
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
matrix:
branch:
- main
- release-1.7
- release-1.8
- release-1.9
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -41,8 +41,8 @@ jobs:
echo "flink_branch=${currentBranch}"
echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
if [ "${currentBranch}" = "main" ]; then
echo "flink_alias=release-1.9" >> ${GITHUB_ENV}
elif [ "${currentBranch}" = "release-1.8" ]; then
echo "flink_alias=release-1.10" >> ${GITHUB_ENV}
elif [ "${currentBranch}" = "release-1.9" ]; then
echo "flink_alias=stable" >> ${GITHUB_ENV}
else
echo "flink_alias=${currentBranch}" >> ${GITHUB_ENV}
Expand Down

0 comments on commit 3f4da19

Please sign in to comment.