Skip to content

Commit 4688183

Browse files
committed
typo
1 parent accff30 commit 4688183

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/version.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88

99
jobs:
1010
version:
11-
if: > ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push' }}
11+
if: >
12+
${{ github.event.workflow_run.conclusion == 'success' &&
13+
github.event.workflow_run.event == 'push' }} # Only run if Tests succeeded and was triggered by a push
1214
runs-on: ubuntu-latest
1315

1416
steps:

0 commit comments

Comments
 (0)