Skip to content

Commit 0342db4

Browse files
committed
[wf] gha_clean wf extended
1 parent cc262e0 commit 0342db4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/gha_clean.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name: Github Action Clean
44
on:
5-
push:
5+
push:
66
schedule:
77
# * is a special character in YAML so you have to quote this string
88
- cron: '0 2 * * 6'
@@ -21,3 +21,9 @@ jobs:
2121
- name: check a2c
2222
run: |
2323
python3 ./github_actions_clean.py -d -r grindsa/acme2certifier -t ${{ secrets.GH_TOKEN }} -u ${{ secrets.GH_USER }} -c 2
24+
- name: check est_proxy
25+
run: |
26+
python3 ./github_actions_clean.py -d -r grindsa/est_proxy -t ${{ secrets.GH_TOKEN }} -u ${{ secrets.GH_USER }} -c 2
27+
- name: check dkb-robo
28+
run: |
29+
python3 ./github_actions_clean.py -d -r grindsa/dkb-robo -t ${{ secrets.GH_TOKEN }} -u ${{ secrets.GH_USER }} -c 2

0 commit comments

Comments
 (0)