We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ae5db commit 5270dd4Copy full SHA for 5270dd4
.github/workflows/terraform-plan.yml
@@ -1,19 +1,17 @@
1
-name: 'Terraform'
+name: 'Terraform Plan'
2
3
on:
4
- workflow_dispatch: # manual action run
+ pull_request:
5
+ branches:
6
+ - main
7
8
permissions:
9
contents: read
10
11
jobs:
12
terraform:
13
name: 'Terraform Plan'
- runs-on: ubuntu-latest
- environment: development
14
- defaults:
15
- run:
16
- shell: bash
+ runs-on: self-hosted
17
18
steps:
19
# Checkout the repository to the GitHub Actions runner
0 commit comments