158 new layout #11
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: Remove pullrequest environment | |
on: | |
pull_request: | |
types: [ closed ] | |
jobs: | |
## TODO: | |
## - remove images from registry after pull request closed | |
## - remove pull request environments after pull request closed | |
remove-test: | |
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.head_ref != 'main' && github.head_ref != 'production' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Todo | |
run: echo todo |