Skip to content

Commit

Permalink
Github Actions workflow updated
Browse files Browse the repository at this point in the history
- `deployment` step: `contains` validation formatted properly
- [deploy]
  • Loading branch information
juanroldan1989 committed Feb 21, 2024
1 parent 22d332a commit 7f93621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
deployment:
needs: [linting, unit_tests]
if: "contains(github.event.head_commit.message, '[deploy]')"
if: contains(github.event.head_commit.message, '[deploy]')
name: "Deploy (Terraform -> AWS)"
runs-on: ubuntu-latest
outputs:
Expand Down

0 comments on commit 7f93621

Please sign in to comment.