3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-27 02:58:48 +00:00

Use forked skip-duplicate-actions

This commit is contained in:
Miodrag Milanovic 2026-06-26 08:08:22 +02:00
parent 3f4fa079f8
commit b8459c9dec
6 changed files with 7 additions and 7 deletions

View file

@ -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: fkirc/skip-duplicate-actions@v5
uses: mmicko/skip-duplicate-actions@master
with:
paths_ignore: '["**/README.md"]'
# don't cancel in case we're updating docs