We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b2e89 commit a68960fCopy full SHA for a68960f
.github/workflows/nightly.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Skip if Not a Trigger
39
if: env.TRIGGER_SNAPSHOT_TESTS == 'false'
40
- run: echo "Skipping workflow as the commit message did not contain 'trigger screenshot tests'."
+ run: exit 0
41
42
- name: Set sanitized branch name
43
id: sanitize-branch
0 commit comments