Skip to content

Commit

Permalink
[ci skip] schedule ci action execution once per day
Browse files Browse the repository at this point in the history
This is due to constant changes in the SimRail backend data, e.g. new points. Without having the action scheduled, there is no real way to find out if some data is missing in the backend files without having luck and finding it by accident when running the tests manually
  • Loading branch information
derklaro committed Dec 27, 2024
1 parent badf5e6 commit 48c75b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
tags-ignore: [ "**" ]
pull_request:
workflow_dispatch:
schedule: # scheduled to run tests regularly to be notified about changing SimRail backend data
- cron: '00 2 * * *'

concurrency:
cancel-in-progress: true
Expand Down

0 comments on commit 48c75b9

Please sign in to comment.