Skip to content

Commit

Permalink
Additional syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorntonMatthew committed Dec 10, 2024
1 parent 6da86e9 commit 4c051c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch-creation-alert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Send Branch Creation Alert
runs-on: ubuntu-2-cores-latest

if: ${{ (github.event.ref_type == 'branch') && contains(github.ref, fromJson('["refs/heads/uat", "refs/heads/release", "refs/heads/prodtest"]'))
if: ${{ (github.event.ref_type == 'branch') && contains(github.ref, fromJson('["refs/heads/uat", "refs/heads/release", "refs/heads/prodtest"]')) }}

steps:
- name: Testing
Expand Down

0 comments on commit 4c051c9

Please sign in to comment.