Skip to content

Commit

Permalink
🚧 WIP: Stop CRON execution failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Doreapp committed Oct 1, 2023
1 parent 363913d commit 682b89c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_data.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Workflow to update the data displayed
name: Update data

on:
schedule:
on: [push]
# schedule:
# Every hour at 42th minute
- cron: '42 * * * *'
# - cron: '42 * * * *'

jobs:
update-data:
Expand Down

0 comments on commit 682b89c

Please sign in to comment.