diff --git a/.github/workflows/cleanup_ec2_runners.yml b/.github/workflows/cleanup_ec2_runners.yml index 19582179c10..aeb472dcd8f 100644 --- a/.github/workflows/cleanup_ec2_runners.yml +++ b/.github/workflows/cleanup_ec2_runners.yml @@ -10,10 +10,7 @@ # Cleanup any lingering ec2 runners name: cleanup_ec2_runners -on: - schedule: - - cron: "0 */1 * * *" - workflow_dispatch: +on: workflow_dispatch jobs: cleanup: diff --git a/.github/workflows/hosted_runners.yml b/.github/workflows/hosted_runners.yml index b164d7e2287..31e1224910a 100644 --- a/.github/workflows/hosted_runners.yml +++ b/.github/workflows/hosted_runners.yml @@ -16,8 +16,6 @@ name: build_x86 on: push: - - pull_request: pull_request: branches: