Skip to content

Commit

Permalink
Trigger slow_test with cron
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhichang committed May 7, 2024
1 parent 82eb22b commit ca22b02
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/slow_test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: slow_tests

on:
# The "create tags" trigger is specifically focused on the creation of new tags, while the "push tags" trigger is activated when tags are pushed, including both new tag creations and updates to existing tags.
create:
tags:
- "v*.*.*" # normal release
- "nightly" # the only one mutable tag
schedule:
- cron: '0 21 * * *' # This schedule runs every 21:00:00Z(05:00:00+08:00)

# https://docs.github.com/en/actions/using-jobs/using-concurrency
concurrency:
Expand Down

0 comments on commit ca22b02

Please sign in to comment.