Skip to content

Commit bd1e518

Browse files
Remove cron schedule from python-run workflow
Removed scheduled cron job from failing workflow. Signed-off-by: Logan A. Finney <136375980+loganfinney27@users.noreply.github.com>
1 parent 0015528 commit bd1e518

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/python-run.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Python application
22

33
on:
4-
schedule:
5-
- cron: "0 2 * * *"
64
workflow_dispatch:
75

86
permissions:

0 commit comments

Comments
 (0)