From 205770330eba9ad2575c728a69657c583bccd43c Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Tue, 16 Jan 2024 21:28:20 +0000 Subject: [PATCH] Update rolling wf for future backports --- .github/workflows/rolling-rhel-binary-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rolling-rhel-binary-build.yml b/.github/workflows/rolling-rhel-binary-build.yml index 0768fbfd68..ab7067e121 100644 --- a/.github/workflows/rolling-rhel-binary-build.yml +++ b/.github/workflows/rolling-rhel-binary-build.yml @@ -4,6 +4,9 @@ on: push: branches: - master + pull_request: + branches: + - master schedule: # Run every day to detect flakiness and broken dependencies - cron: '03 1 * * *'