Skip to content

Commit

Permalink
[ci] Run test when pushing to rc branches (#7146)
Browse files Browse the repository at this point in the history
We should directly push the cherry-picks to the rc branches instead of
merging it using PRs.

### Brief Summary
  • Loading branch information
lin-hitonami committed Jan 12, 2023
1 parent 0a88d16 commit 23b2671
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [master]
branches:
- master
- rc-*
schedule:
- cron: '0 18 * * *' # For testing the offline cache, GMT 18 == GMT+8 02

Expand Down

0 comments on commit 23b2671

Please sign in to comment.