ci: use one skip check for CI workflow (#855)

Use one single skip check job for CI like other workflows.
This commit is contained in:
Clement Tsang
2022-10-27 22:00:37 -04:00
committed by GitHub
parent 51498e1238
commit fec56372bb
5 changed files with 36 additions and 31 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
uses: fkirc/skip-duplicate-actions@f11521568414503656a5af807dc3018c012552c4 # v5.2.0
with:
skip_after_successful_duplicate: "true"
paths: '["docs/**", ".github/workflows/docs.yml"]'
paths: '["docs/**", ".github/workflows/docs.yml", ".github/workflows/test-docs.yml"]'
do_not_skip: '["workflow_dispatch"]'
test-build-documentation: