Spaces:
Running
Running
fix cron job bug
Browse files
.github/workflows/actions.yml
CHANGED
@@ -55,7 +55,7 @@ jobs:
|
|
55 |
|
56 |
weekly-training:
|
57 |
runs-on: ubuntu-latest
|
58 |
-
if: github.event.schedule == '0 0 * * 0' # Only run on weekly schedule
|
59 |
steps:
|
60 |
- name: Checkout repository
|
61 |
uses: actions/checkout@v3
|
|
|
55 |
|
56 |
weekly-training:
|
57 |
runs-on: ubuntu-latest
|
58 |
+
#if: github.event.schedule == '0 0 * * 0' # Only run on weekly schedule
|
59 |
steps:
|
60 |
- name: Checkout repository
|
61 |
uses: actions/checkout@v3
|