Skip to content

Commit df6d727

Browse files
committed
Updating workflow
1 parent ce229a2 commit df6d727

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/github-self-hosted-runner-testing.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
## This generates a matrix of changed directory to run Terraform on
2020
self_hosted_runner:
2121
#runs-on: ubuntu-latest
22+
# Label from the CRD deployment: https://github.com/actions-runner-controller/actions-runner-controller#runner-labels
2223
runs-on: custom-runner
2324
env:
2425
# The path that you want to construct the matrix on. Only files in this
@@ -33,4 +34,4 @@ jobs:
3334
- name: Runing on self hosted runner
3435
run: |
3536
echo hi
36-
ifconfig
37+
ps aux

terraform-modules/aws/helm/github_runner/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ resource "kubernetes_manifest" "runnerDeployment" {
145145
}
146146

147147
spec = {
148-
replicas = 2
148+
replicas = 1
149149

150150
template ={
151151
spec = {

0 commit comments

Comments
 (0)