mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
CI: Upgrade skip-duplicates in integration tests
This commit is contained in:
8
.github/workflows/integration-test.yml
vendored
8
.github/workflows/integration-test.yml
vendored
@@ -21,13 +21,11 @@ jobs:
|
|||||||
should_skip: ${{ steps.skip_check.outputs.should_skip }}
|
should_skip: ${{ steps.skip_check.outputs.should_skip }}
|
||||||
steps:
|
steps:
|
||||||
- id: skip_check
|
- id: skip_check
|
||||||
# uses: fkirc/skip-duplicate-actions@v3.4.0
|
# uses: fkirc/skip-duplicate-actions@v3.4.1
|
||||||
uses: fkirc/skip-duplicate-actions@4c656bbdb6906310fa6213604828008bc28fe55d
|
uses: fkirc/skip-duplicate-actions@f75dd6564bb646f95277dc8c3b80612e46a4a1ea
|
||||||
with:
|
with:
|
||||||
concurrent_skipping: "same_content"
|
concurrent_skipping: "same_content_newer"
|
||||||
skip_after_successful_duplicate: "true"
|
|
||||||
cancel_others: "true"
|
cancel_others: "true"
|
||||||
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: ${{ matrix.config.tox }} ${{ matrix.config.options }}
|
name: ${{ matrix.config.tox }} ${{ matrix.config.options }}
|
||||||
|
|||||||
Reference in New Issue
Block a user