Skip to content

Commit

Permalink
chore(gh): fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schultz <[email protected]>
  • Loading branch information
schultzp2020 committed Oct 22, 2024
1 parent cf7c430 commit 14d8fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
yarn run ui-test --affected
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
if: !cancelled()
if: ${{ !cancelled() }}
with:
name: playwright-report
path: plugins/*/playwright-report/
Expand Down

0 comments on commit 14d8fac

Please sign in to comment.