Skip to content

Commit

Permalink
removed do_not_skip config -> using default
Browse files Browse the repository at this point in the history
default from action -> '["workflow_dispatch", "schedule",
"merge_group"]'
  • Loading branch information
hhund committed Nov 20, 2023
1 parent 474fa61 commit 7a9e658
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/maven-build-multi-step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
uses: fkirc/skip-duplicate-actions@v5
with:
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"]'
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'

build:
needs: check
Expand Down

0 comments on commit 7a9e658

Please sign in to comment.