Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
GHA: Ignore release-cycle.svg, which encodes the current date
  • Loading branch information
encukou committed Jan 19, 2023
commit 9211356adc083624b93ceaaebc75e8063500da5e
3 changes: 3 additions & 0 deletions .github/workflows/release-cycle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Generate release cycle output
run: python -I -bb -X dev -X warn_default_encoding -W error _tools/generate_release_cycle.py

- name: Ignore release-cycle.svg, which encodes the current date
run: git restore include/release-cycle.svg

Comment thread
CAM-Gerlach marked this conversation as resolved.
Outdated
- name: Check for differences
run: |
git add .
Expand Down