We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb0028 commit 2fa03baCopy full SHA for 2fa03ba
.github/workflows/ci.yml
@@ -14,6 +14,7 @@ jobs:
14
with:
15
skip_after_successful_duplicate: 'false'
16
concurrent_skipping: 'same_content'
17
+ do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
18
paths_ignore: '["**/*.md"]'
19
build:
20
name: Build
0 commit comments