mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-25 08:32: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
2
.github/workflows/prepare-docs.yml
vendored
2
.github/workflows/prepare-docs.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
docs_export: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/docs-preview') || startsWith(github.ref, 'refs/tags/') }}
|
||||
steps:
|
||||
- id: skip_check
|
||||
uses: mmicko/skip-duplicate-actions@master
|
||||
uses: fkirc/skip-duplicate-actions@v5.3.2
|
||||
with:
|
||||
paths_ignore: '["**/README.md"]'
|
||||
# don't cancel in case we're updating docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue