Skip to content

Commit

Permalink
fix(ci): Use proper variable expression.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Jan 25, 2024
1 parent 6b54701 commit 1a3529a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
}
- name: Upload artifacts
uses: actions/github-script@v7
continue-on-error: github.event_name == 'pull_request'
continue-on-error: ${{ github.event_name == 'pull_request' }}
id: boards-upload
with:
script: |
Expand Down

0 comments on commit 1a3529a

Please sign in to comment.