Skip to content

Commit 2fa03ba

Browse files
committed
Never skip pull_request trigger
1 parent 6eb0028 commit 2fa03ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
skip_after_successful_duplicate: 'false'
1616
concurrent_skipping: 'same_content'
17+
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
1718
paths_ignore: '["**/*.md"]'
1819
build:
1920
name: Build

0 commit comments

Comments
 (0)