This is an automated email from the ASF dual-hosted git repository.
gyfora pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 3f4da194 [release] Update protected branches + doc build
3f4da194 is described below
commit 3f4da19468a3859cf84c88b9b0776fa9c7b95781
Author: Gyula Fora <[email protected]>
AuthorDate: Mon Jun 17 14:35:48 2024 +0200
[release] Update protected branches + doc build
---
.asf.yaml | 2 +-
.github/workflows/docs.yaml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 346f3ead..a607277e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,7 +19,7 @@ github:
release-1.6: {}
release-1.7: {}
release-1.8: {}
-
+ release-1.9: {}
notifications:
commits: [email protected]
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index 2a7b0b4e..ec3c8c82 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -28,8 +28,8 @@ jobs:
matrix:
branch:
- main
- - release-1.7
- release-1.8
+ - release-1.9
steps:
- uses: actions/checkout@v3
with:
@@ -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}