added generation of zip files #99
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'BlockMerge' | |
on: | |
pull_request: | |
workflow_call: | |
jobs: | |
tofu: | |
name: 'Block Merge' | |
runs-on: arvato | |
permissions: | |
id-token: write | |
contents: read | |
pull-requests: write | |
environment: | |
name: production | |
defaults: | |
run: | |
shell: bash | |
steps: | |
- name: Block Merge | |
run: | | |
echo "Merge is still blocked, please review the PR comments. Plan & apply has to happen first. If they have, some issue in plan or apply must have occurred and needs to be fixed first." | |
exit 1 |