From 6b31f4e14bc0128b66cd16cc7a453ad019a1eabf Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Tue, 16 Jan 2024 21:29:09 +0000 Subject: [PATCH] Update wf for future backports --- .github/workflows/humble-rhel-binary-build.yml | 4 +--- .github/workflows/rolling-rhel-binary-build.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) 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 * * *'