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 36d42ebc33e [hotfix][ci] Add checkout step to fix Nightly trigger CI
36d42ebc33e is described below
commit 36d42ebc33e64794bee45707a83eba9ee2a80e2a
Author: Ramin Gharib <[email protected]>
AuthorDate: Tue Jul 21 13:24:23 2026 +0200
[hotfix][ci] Add checkout step to fix Nightly trigger CI
---
.github/workflows/nightly-trigger.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/workflows/nightly-trigger.yml
b/.github/workflows/nightly-trigger.yml
index 914d67ee01e..32619598965 100644
--- a/.github/workflows/nightly-trigger.yml
+++ b/.github/workflows/nightly-trigger.yml
@@ -39,6 +39,12 @@ jobs:
- release-1.20
runs-on: ubuntu-latest
steps:
+ - name: Checkout
+ uses: actions/checkout@v5
+ with:
+ sparse-checkout: |
+ .github/actions/last_workflow_run
+
- name: "Resolve last nightly run"
id: last-nightly
uses: "./.github/actions/last_workflow_run"