We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55595ff commit 64427edCopy full SHA for 64427ed
.github/workflows/apply.yml
@@ -7,6 +7,8 @@ on:
7
paths:
8
- 'terraform/production/*.tfvars'
9
- 'terraform/*.tf'
10
+ - '.github/workflows/apply.yml'
11
+ - '.github/workflows/plan.yml'
12
13
concurrency:
14
group: terraform-actions
.github/workflows/plan.yml
@@ -6,6 +6,8 @@ on:
6
+ # Do not trigger the plan action when it's been changed since this action has write permissions
0 commit comments