Skip to content

Commit

Permalink
fix(tests.yml): use fork that removes need to keep PR ahead of base
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 committed Aug 31, 2024
1 parent 299631c commit 00cc7dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
pacscripts:
- 'packages/*/*.pacscript'
- id: files
uses: masesgroup/retrieve-changed-files@v3
uses: Ana06/get-changed-files@v2.3.0
- name: Check for Pacscript changes
run: |
touch .no-pacscript-changes
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
pacscripts:
- 'packages/*/*.pacscript'
- id: files
uses: masesgroup/retrieve-changed-files@v3
uses: Ana06/get-changed-files@v2.3.0
- name: Check for Pacscript changes
run: |
touch .no-pacscript-changes
Expand Down

0 comments on commit 00cc7dd

Please sign in to comment.