Skip to content

Commit c82d555

Browse files
committed
fix: workflows typo
1 parent 23749e4 commit c82d555

10 files changed

+10
-10
lines changed

.github/workflows/airflow-pod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- "tempaltes/airflow-pod/main.tf"
8+
- "templates/airflow-pod/main.tf"
99
- ".github/workflows/airflow-pod.yml"
1010
workflow_dispatch:
1111

.github/workflows/code-server-pod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- "tempaltes/code-server-pod/main.tf"
8+
- "templates/code-server-pod/main.tf"
99
- ".github/workflows/code-server-pod.yml"
1010
workflow_dispatch:
1111

.github/workflows/devcontainer.k8s.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- "tempaltes/devcontainer-k8s/main.tf"
8+
- "templates/devcontainer-k8s/main.tf"
99
- ".github/workflows/devcontainer-k8s.yml"
1010
workflow_dispatch:
1111

.github/workflows/envbox.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- "tempaltes/envbox/main.tf"
8+
- "templates/envbox/main.tf"
99
- ".github/workflows/envbox.yml"
1010
workflow_dispatch:
1111

.github/workflows/idea-icon-pod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- "tempaltes/idea-icon-pod/main.tf"
8+
- "templates/idea-icon-pod/main.tf"
99
- ".github/workflows/idea-icon-pod.yml"
1010
workflow_dispatch:
1111

.github/workflows/intellij-web.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- "tempaltes/intellij-web/main.tf"
8+
- "templates/intellij-web/main.tf"
99
- ".github/workflows/intellij-web.yml"
1010
workflow_dispatch:
1111

.github/workflows/jfrog-oauth-pod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- "tempaltes/jfrog-oauth-pod/main.tf"
8+
- "templates/jfrog-oauth-pod/main.tf"
99
- ".github/workflows/jfrog-oauth-pod.yml"
1010
workflow_dispatch:
1111

.github/workflows/jupyter-pod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- "tempaltes/jupyter-pod/main.tf"
8+
- "templates/jupyter-pod/main.tf"
99
- ".github/workflows/jupyter-pod.yml"
1010
workflow_dispatch:
1111

.github/workflows/matlab-pod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- "tempaltes/matlab-pod/main.tf"
8+
- "templates/matlab-pod/main.tf"
99
- ".github/workflows/matlab-pod.yml"
1010
workflow_dispatch:
1111

.github/workflows/vs-code-server.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- "tempaltes/vs-code-server/main.tf"
8+
- "templates/vs-code-server/main.tf"
99
- ".github/workflows/vs-code-server.yml"
1010
workflow_dispatch:
1111

0 commit comments

Comments
 (0)