3
0
Fork 0
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:
Miodrag Milanovic 2026-07-20 08:23:37 +02:00
parent 5f29546d80
commit 60403f35ca
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: 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