We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f784344 commit 74feb33Copy full SHA for 74feb33
.github/workflows/build-docker.yml
@@ -27,6 +27,7 @@ jobs:
27
uses: fkirc/[email protected]
28
with:
29
cancel_others: true
30
+ skip_after_successful_duplicate: false
31
do_not_skip: '["release"]'
32
# list files that may affect or are included into the built phar
33
paths: '[".github/**", "bin/**", "assets/**", "build/**", "dictionaries/**", "src/**", "stubs/**", "psalm", "psalm-language-server", "psalm-plugin", "psalm-refactor", "psalm-review", "psalter", "box.json.dist", "composer.json", "config.xsd", "keys.asc.gpg", "scoper.inc.php"]'
0 commit comments