Trying to fix pipeline
This commit is contained in:
parent
411b079010
commit
9a81838ce0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/schedule.yml
vendored
2
.github/workflows/schedule.yml
vendored
|
|
@ -1,9 +1,9 @@
|
||||||
name: Run Python Script
|
name: Run Python Script
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 22 * * *'
|
- cron: '0 22 * * *'
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-script:
|
run-script:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue