Skip to content

Commit

Permalink
enables skipping, enables canceling of out-dated runs
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Nov 20, 2023
1 parent 7a9e658 commit 5a1723c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven-build-multi-step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5
with:
cancel_others: 'true'
concurrent_skipping: 'same_content'
paths_ignore: '["**/README.md", "dsf-bpe/dsf-bpe-server-jetty/docker", "dsf-docker", "dsf-docker-test-setup", "dsf-docker-test-setup-3dic-ttp", "dsf-fhir/dsf-fhir-server-jetty/docker"]'

build:
Expand Down

0 comments on commit 5a1723c

Please sign in to comment.