ci: test-verific no longer needs special casing

This commit is contained in:
Krystine Sherwin 2024-09-03 11:45:00 +12:00
parent e92de01ab3
commit 25623b1010
No known key found for this signature in database
1 changed files with 3 additions and 5 deletions

View File

@ -11,13 +11,11 @@ jobs:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5
with:
paths_ignore: '["**/README.md"]'
# don't cancel previous builds
cancel_others: 'false'
paths_ignore: '["**/README.md", "docs/**", "guidelines/**"]'
# cancel previous builds if a new commit is pushed
cancel_others: 'true'
# only run on push *or* pull_request, not both
concurrent_skipping: 'same_content_newer'
# we can skip testing if it has already passed
skip_after_successful_duplicate: 'true'
test-verific:
needs: pre-job