Skip to content

Commit

Permalink
Checkout history to determine changes to upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjell Morgenstern committed Jun 20, 2024
1 parent e83a1c4 commit d2c995a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
Expand All @@ -67,7 +69,6 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@v44
with:
since_last_remote_commit: true
files: |
**/*.fzp
**/*.svg
Expand All @@ -85,6 +86,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
Expand All @@ -95,7 +98,6 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@v44
with:
since_last_remote_commit: true
files: |
**/*.fzp
**/*.svg
Expand Down

0 comments on commit d2c995a

Please sign in to comment.