Skip to content

Commit 2b95636

Browse files
authored
Update actions.yml
1 parent 18b3226 commit 2b95636

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: run main.py
22

33
on:
4+
workflow_dispatch: # This event allows manual triggering
45
schedule:
5-
- cron: '0 */4 * * *' # At 00:00 on Monday
6+
- cron: '0 */4 * * *' # At every 4th hour
67

78
jobs:
89
build:
910
runs-on: ubuntu-latest
1011
steps:
11-
1212
- name: checkout repo content
13-
uses: actions/checkout@v2 # checkout the repository content to github runner
13+
uses: actions/checkout@v2 # checkout the repository content to GitHub runner
1414

1515
- name: setup python
1616
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)