Skip to content

Commit

Permalink
test all
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Jul 19, 2023
1 parent c991b29 commit fb6546c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compatibility-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Serverless Driver Compatibility Test

on:
pull_request:
schedule:
- cron: "0 22 * * *" # every day at 22:00
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/connect-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Serverless Connect Test

on:
pull_request:
schedule:
- cron: "0/5 * * * *" # every 5 minutes
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/create-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Serverless Create Test

on:
pull_request:
schedule:
- cron: "0/30 * * * *" # every 30 minutes
workflow_dispatch:
Expand Down

0 comments on commit fb6546c

Please sign in to comment.