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 d58d0a4092b [hotfix][build] Use sparse-checkout paths for Flink
template in GHA
d58d0a4092b is described below
commit d58d0a4092bec126446af5924a5e25ffd5434c57
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Fri May 15 17:59:18 2026 +0200
[hotfix][build] Use sparse-checkout paths for Flink template in GHA
---
.github/workflows/template.flink-ci.yml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/.github/workflows/template.flink-ci.yml
b/.github/workflows/template.flink-ci.yml
index fa4bca38a04..0bb791de232 100644
--- a/.github/workflows/template.flink-ci.yml
+++ b/.github/workflows/template.flink-ci.yml
@@ -138,6 +138,11 @@ jobs:
uses: actions/checkout@v5
with:
persist-credentials: false
+ sparse-checkout: |
+ .github
+ .mvn
+ .scalafmt.conf
+ tools
- name: "Initialize job"
uses: "./.github/actions/job_init"
@@ -200,6 +205,11 @@ jobs:
uses: actions/checkout@v5
with:
persist-credentials: false
+ sparse-checkout: |
+ .github
+ .mvn
+ .scalafmt.conf
+ tools
- name: "Initialize job"
uses: "./.github/actions/job_init"
@@ -337,6 +347,10 @@ jobs:
uses: actions/checkout@v5
with:
persist-credentials: false
+ sparse-checkout: |
+ .github
+ .mvn
+ tools
- name: "Initialize job"
uses: "./.github/actions/job_init"