Skip to content

Commit

Permalink
ci(sandbox): fix job trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Mar 26, 2024
1 parent b3dad45 commit dce6494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sandbox-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
name: Check trigger
if: >
( github.event.action == 'prereleased' && contains( github.event.release.tag_name, 'sandbox') ) ||
( github.event.action == 'released' && github.event.release.prerelease && contains( github.event.release.tag_name, 'sandbox') ) ||
( github.event.action == 'released' && contains( github.event.release.tag_name, 'sandbox') ) ||
( github.event_name == 'workflow_dispatch' ) ||
( github.ref == 'refs/heads/main' && github.event_name == 'push' ) ||
( github.event_name == 'pull_request' )
Expand Down

0 comments on commit dce6494

Please sign in to comment.