Skip to content

Commit

Permalink
[ci] Run test when pushing to rc branches (taichi-dev#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 authored and quadpixels committed May 13, 2023
1 parent 7c12f62 commit 806123e
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 806123e

Please sign in to comment.