Skip to content

Commit 3f5ecc8

Browse files
authored
Disable scheduled cron job in python-pytest.yml
Comment out the scheduled cron job in the workflow.
1 parent c79dcfc commit 3f5ecc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
branches: [ main ]
99
pull_request:
1010
branches: [ main ]
11-
schedule:
11+
# schedule:
1212
# since * is a special character in YAML you have to quote this string
13-
- cron: '0 22 1/7 * *'
13+
# - cron: '0 22 1/7 * *'
1414

1515

1616
jobs:

0 commit comments

Comments
 (0)