Skip to content

Commit a68960f

Browse files
committed
skip rest of workflow properly
1 parent 66b2e89 commit a68960f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Skip if Not a Trigger
3939
if: env.TRIGGER_SNAPSHOT_TESTS == 'false'
40-
run: echo "Skipping workflow as the commit message did not contain 'trigger screenshot tests'."
40+
run: exit 0
4141

4242
- name: Set sanitized branch name
4343
id: sanitize-branch

0 commit comments

Comments
 (0)