Skip to content

Commit bcd0888

Browse files
committed
Adjust build script, to avoid comparing the current files with main branch at all times
1 parent ab672ff commit bcd0888

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_files.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
id: changed-files
2424
uses: dorny/paths-filter@v2
2525
with:
26+
# Compare to the last commit (GITHUB_SHA refers to the latest commit)
27+
base: ${{ github.sha }}
2628
filters: |
2729
entry_rules:
2830
- 'onstage_entry_rules/**'

0 commit comments

Comments
 (0)