diff --git a/.github/workflows/test-ios-simulator-webview.yaml b/.github/workflows/test-ios-simulator-webview.yaml index 397c86029..76ee40d82 100644 --- a/.github/workflows/test-ios-simulator-webview.yaml +++ b/.github/workflows/test-ios-simulator-webview.yaml @@ -4,7 +4,6 @@ on: workflow_dispatch: schedule: - cron: "0 23 * * *" - pull_request: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/test-ios-simulator.yaml b/.github/workflows/test-ios-simulator.yaml index 2d5921f4c..87c31d4d8 100644 --- a/.github/workflows/test-ios-simulator.yaml +++ b/.github/workflows/test-ios-simulator.yaml @@ -4,7 +4,6 @@ on: workflow_dispatch: schedule: - cron: "0 */12 * * *" - pull_request: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}