Skip to content

Commit

Permalink
Fix quotes (#11902)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia authored Nov 7, 2024
1 parent 668ede2 commit 771bfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ jobs:

trigger-web-vault-deploy:
name: Trigger web vault deploy
if: github.event_name != pull_request_target && github.ref == 'refs/heads/main'
if: github.event_name != 'pull_request_target' && github.ref == 'refs/heads/main'
runs-on: ubuntu-22.04
needs:
- build-artifacts
Expand Down

0 comments on commit 771bfda

Please sign in to comment.