Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Piet Brömmel committed May 9, 2024
1 parent 8cd1b1c commit 5b488dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/data_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: update data

on:
schedule:
# TODO: should run at 0:00 6:00 12:00 and 16:00 o'clock every day.
- cron: '0 8 * * 1'
# Should run at 0:00, 6:00, 12:00, and 16:00 every day (UTC).
- cron: '0 0,6,12,16 * * *'
workflow_dispatch:

jobs:
run-python:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
- uses: actions/checkout@v3
uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v4
Expand All @@ -37,4 +37,4 @@ jobs:
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
delete-branch: true
title: 'Update Deutsche Bahn data'
body: 'Update Deutsche Bahn data'
body: 'Update Deutsche Bahn data'

0 comments on commit 5b488dc

Please sign in to comment.