Skip to content

Commit

Permalink
edited gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Houssem Dellai committed Jan 6, 2024
1 parent 7127519 commit 81021c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- name: Terraform Apply
run: terraform apply tfplan
working-directory: ${{ matrix.directory }}
continue-on-error: true
# if: github.ref == 'refs/heads/"main"' && github.event_name == 'push'

# Terraform Destroy
Expand All @@ -86,7 +87,7 @@ jobs:
for name in "${RG_ARRAY[@]}"; do
echo "Resource group: $name"
# Add your commands here
az group delete -g $name --no-wait --yes
done
working-directory: ${{ matrix.directory }}
Expand Down

0 comments on commit 81021c5

Please sign in to comment.