Skip to content

Commit 80c43fa

Browse files
authored
Merge pull request #9 from kerthcet/cleanup/test-ci
Cleanup/test ci
2 parents 15bf915 + bdd4087 commit 80c43fa

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/golanlg-ci.yaml renamed to .github/workflows/golang-workflow.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ on:
55
types:
66
- opened
77
- synchronize
8-
issue_comment:
9-
types:
10-
- created
118

129
jobs:
1310
golang-ci:
14-
# Use a released version for stable.
1511
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-golang-ci.yaml@main

.github/workflows/kube-workflow-init.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
jobs:
77
init:
8+
# Use a released version for stable.
89
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes-init.yaml@main
910
secrets:
1011
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}

.github/workflows/kube-workflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919

2020
jobs:
2121
event-handler:
22+
# Use a released version for stable.
2223
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes.yaml@main
2324
secrets:
2425
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}

OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
approvers:
2+
- kerthcet
23
- TBD
34

45
reviewers:

0 commit comments

Comments
 (0)