Skip to content

Commit

Permalink
Revert workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Feb 11, 2024
1 parent 081b66b commit 8017d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_terraformEnvironmentTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
runs-on: [self-hosted]
continue-on-error: false
environment: ${{ inputs.environment }}
# if: github.event_name == 'push' || github.event_name == 'release'
if: github.event_name == 'push' || github.event_name == 'release'
needs: [plan]

env:
Expand Down

0 comments on commit 8017d57

Please sign in to comment.