diff --git a/.github/workflows/humble-rhel-binary-build.yml b/.github/workflows/humble-rhel-binary-build.yml index 76b91a26a7..b9ef044bfd 100644 --- a/.github/workflows/humble-rhel-binary-build.yml +++ b/.github/workflows/humble-rhel-binary-build.yml @@ -1,14 +1,12 @@ name: Humble RHEL Binary Build on: workflow_dispatch: + push: branches: - humble pull_request: branches: - humble - push: - branches: - - humble schedule: # Run every day to detect flakiness and broken dependencies - cron: '03 1 * * *' diff --git a/.github/workflows/rolling-rhel-binary-build.yml b/.github/workflows/rolling-rhel-binary-build.yml index 0af21bb1d8..ab7067e121 100644 --- a/.github/workflows/rolling-rhel-binary-build.yml +++ b/.github/workflows/rolling-rhel-binary-build.yml @@ -1,14 +1,12 @@ name: Rolling RHEL Binary Build on: workflow_dispatch: + push: branches: - master pull_request: branches: - master - push: - branches: - - master schedule: # Run every day to detect flakiness and broken dependencies - cron: '03 1 * * *'