Skip to content

Commit

Permalink
add manually trigger integration test action
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-ke committed Oct 29, 2024
1 parent 8a27759 commit b7f6d30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Integration Test
on:
schedule:
- cron: '1 8 * * 0,2,4'
- cron: '0 8 * * 0,2,4'
workflow_dispatch:

jobs:
integration-test:
Expand Down

0 comments on commit b7f6d30

Please sign in to comment.