mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-25 00:22:34 +00:00
CI: back to using official action
This commit is contained in:
parent
5f29546d80
commit
60403f35ca
6 changed files with 7 additions and 7 deletions
4
.github/workflows/test-build.yml
vendored
4
.github/workflows/test-build.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
steps:
|
||||
- id: skip_check
|
||||
if: ${{ github.event_name != 'merge_group' }}
|
||||
uses: mmicko/skip-duplicate-actions@master
|
||||
uses: fkirc/skip-duplicate-actions@v5.3.2
|
||||
with:
|
||||
# don't run on documentation changes
|
||||
paths_ignore: '["**/README.md", "docs/**", "guidelines/**"]'
|
||||
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
steps:
|
||||
- id: skip_check
|
||||
if: ${{ github.event_name != 'merge_group' }}
|
||||
uses: mmicko/skip-duplicate-actions@master
|
||||
uses: fkirc/skip-duplicate-actions@v5.3.2
|
||||
with:
|
||||
# don't run on readme changes
|
||||
paths_ignore: '["**/README.md"]'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue