diff --git a/.github/workflows/compatibility-test.yml b/.github/workflows/compatibility-test.yml index d34d873..3fc30ea 100644 --- a/.github/workflows/compatibility-test.yml +++ b/.github/workflows/compatibility-test.yml @@ -1,6 +1,7 @@ name: Serverless Driver Compatibility Test on: + pull_request: schedule: - cron: "0 22 * * *" # every day at 22:00 workflow_dispatch: diff --git a/.github/workflows/connect-test.yml b/.github/workflows/connect-test.yml index 098fd20..d5839f2 100644 --- a/.github/workflows/connect-test.yml +++ b/.github/workflows/connect-test.yml @@ -1,6 +1,7 @@ name: Serverless Connect Test on: + pull_request: schedule: - cron: "0/5 * * * *" # every 5 minutes workflow_dispatch: diff --git a/.github/workflows/create-test.yml b/.github/workflows/create-test.yml index 7256577..5ff1e95 100644 --- a/.github/workflows/create-test.yml +++ b/.github/workflows/create-test.yml @@ -1,6 +1,7 @@ name: Serverless Create Test on: + pull_request: schedule: - cron: "0/30 * * * *" # every 30 minutes workflow_dispatch: