Skip to content

Commit 3a14332

Browse files
authored
Update main.yml
1 parent 96ed0e6 commit 3a14332

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: Update CIDR Lists
22

33
on:
4-
schedule:
5-
- cron: "0 0 * * *"
4+
workflow_dispatch:
65
push:
76
branches: [ "main" ]
8-
9-
workflow_dispatch:
7+
# schedule:
8+
# - cron: "0 0 * * *"
109

1110
jobs:
1211
update:
@@ -46,11 +45,3 @@ jobs:
4645
name: CIDR
4746
path: |
4847
*-CIDR.rsc
49-
50-
- name: Commit and Push
51-
run: |
52-
git config --global user.email $GIT_EMAIL
53-
git config --global user.name $GIT_NAME
54-
git add .
55-
git commit -m "Update CIDR list"
56-
git push

0 commit comments

Comments
 (0)