Skip to content

Commit

Permalink
do not fail workflow if there are no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmokijewski committed May 7, 2024
1 parent f120853 commit d7adfb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ jobs:
with:
name: networking
template: cloudFormation/networking.yaml
no-fail-on-empty-changeset: "1"

- name: Deploy AWS CloudFormation - WordPress stack
uses: aws-actions/aws-cloudformation-github-deploy@v1
with:
name: wordPressStack
template: cloudFormation/wordPressStack.yaml
capabilities: CAPABILITY_NAMED_IAM
no-fail-on-empty-changeset: "1"

- name: Print server public IP
run: |
Expand Down

0 comments on commit d7adfb4

Please sign in to comment.