Skip to content

Commit

Permalink
Add : add trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
taojintianxia committed Oct 25, 2023
1 parent 6c25481 commit f39a6da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
name: Nightly - CI

on:
pull_request:
schedule:
- cron: '0 18 */1 * *' # once a day. UTC time
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly-e2e-operation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
name: Nightly - E2E Operation

on:
pull_request:
schedule:
- cron: '0 21 */1 * *' # once a day. UTC time
workflow_dispatch:
Expand Down

0 comments on commit f39a6da

Please sign in to comment.