This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new e62e227c1d3 [FLINK-39734][ci] Exclude 2.1 and 2.2 from GHA nightly
e62e227c1d3 is described below
commit e62e227c1d36eba17fd0b8c00b9ddc56ce697034
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Fri May 22 17:56:33 2026 +0200
[FLINK-39734][ci] Exclude 2.1 and 2.2 from GHA nightly
---
.github/workflows/nightly-trigger.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/nightly-trigger.yml
b/.github/workflows/nightly-trigger.yml
index e3b50e497bb..ecb1618a12b 100644
--- a/.github/workflows/nightly-trigger.yml
+++ b/.github/workflows/nightly-trigger.yml
@@ -32,8 +32,6 @@ jobs:
branch:
- master
- release-2.3
- - release-2.2
- - release-2.1
- release-1.20
runs-on: ubuntu-latest
steps: