Skip to content

Commit

Permalink
fix crontab error
Browse files Browse the repository at this point in the history
  • Loading branch information
franz committed Apr 19, 2024
1 parent a57430c commit c8bb569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full_cts.yml
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
schedule:
# at 14:01 every friday
- cron: '14 01 * * 5'
- cron: '01 14 * * 5'

env:
POCL_CACHE_DIR: "/tmp/GH_POCL_CACHE"
Expand Down

0 comments on commit c8bb569

Please sign in to comment.