Skip to content

Commit ff01f3c

Browse files
committed
Constrain shceduled env destruction to Test2
1 parent 4589110 commit ff01f3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/DestroyNonProdEnvironments.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Destroy non-production environments
22
on:
3+
workflow_dispatch:
34
schedule:
45
- cron: 0 0 * * *
56

@@ -8,7 +9,8 @@ jobs:
89
runs-on: ubuntu-latest
910
strategy:
1011
matrix:
11-
env: ['dev', 'test', 'test2']
12+
env: ['test2']
13+
# env: ['dev', 'test', 'test2']
1214
environment: ${{ matrix.env }}
1315
defaults:
1416
run:

0 commit comments

Comments
 (0)