Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9211356

Browse files
committed
GHA: Ignore release-cycle.svg, which encodes the current date
1 parent dfc51ed commit 9211356

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-cycle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Generate release cycle output
2828
run: python -I -bb -X dev -X warn_default_encoding -W error _tools/generate_release_cycle.py
2929

30+
- name: Ignore release-cycle.svg, which encodes the current date
31+
run: git restore include/release-cycle.svg
32+
3033
- name: Check for differences
3134
run: |
3235
git add .

0 commit comments

Comments
 (0)