Skip to content

Commit 0986847

Browse files
schultzp202004kash
authored andcommitted
chore(gh): fix typo
Signed-off-by: Paul Schultz <[email protected]>
1 parent 199cadf commit 0986847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
yarn run ui-test --affected
116116
117117
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
118-
if: !cancelled()
118+
if: ${{ !cancelled() }}
119119
with:
120120
name: playwright-report
121121
path: plugins/*/playwright-report/

0 commit comments

Comments
 (0)