Skip to content

Commit

Permalink
Fix Deployment conditional 2, electric boogaloo [TGSDeploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Aug 20, 2024
1 parent d7feaf2 commit c3672c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ jobs:
name: Deployment Start Gate
needs: ci-completion-gate
runs-on: ubuntu-latest
if: github.event_name == 'push'
if: github.event_name == 'push' && contains(github.event.head_commit.message, 'Deploy]')
steps:
- name: GitHub Requires at Least One Step for a Job
run: exit 0
Expand Down

0 comments on commit c3672c2

Please sign in to comment.