Skip to content

Commit

Permalink
feat: run daily testing also on the branch run_daily_testing;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Sep 10, 2023
1 parent 80150f0 commit 9d2b19f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
schedule:
# https://crontab.guru. Run everyday at 0:00AM UTC, i.e. 08:00AM Beijing, i.e. 08:00PM Montreal (summer time)
- cron: "0 0 * * *"
push:
branches:
- run_daily_testing # if in need, create such a temporary branch to run daily testing

jobs:
Daily-testing:
Expand Down

0 comments on commit 9d2b19f

Please sign in to comment.