Skip to content

Commit ce229a2

Browse files
committed
Adding test gha workflow
1 parent 18b2211 commit ce229a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
## This generates a matrix of changed directory to run Terraform on
20-
generate_matrix:
20+
self_hosted_runner:
2121
#runs-on: ubuntu-latest
2222
runs-on: custom-runner
2323
env:
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 2
3232

33-
- name: get parent directory and set matrix
34-
id: set-matrix
33+
- name: Runing on self hosted runner
3534
run: |
3635
echo hi
36+
ifconfig

0 commit comments

Comments
 (0)