Skip to content

Commit

Permalink
fix(ci): remove trigger commas (#1883)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Mar 19, 2024
1 parent 419d610 commit 9f2b7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
with:
triggers: ('backend/', 'frontend/', 'migrations/')
triggers: ('backend/' 'frontend/' 'migrations/')
params:
--set global.secrets.persist=false
tests:
Expand Down

0 comments on commit 9f2b7ea

Please sign in to comment.