From 855ae0774177906f846887eb37757b638f9d6b66 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Wed, 2 Apr 2025 10:56:03 -0700 Subject: [PATCH] trigger precompiled images staging release jobs when precompiled container scripts are modified Signed-off-by: Tariq Ibrahim --- .github/workflows/precompiled.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/precompiled.yaml b/.github/workflows/precompiled.yaml index 51cb52de..76bb438c 100644 --- a/.github/workflows/precompiled.yaml +++ b/.github/workflows/precompiled.yaml @@ -12,12 +12,18 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Run this workflow on a schedule +# Run this workflow on a schedule OR on a push to the precompiled directories of the main branch name: Precompiled images on: schedule: - cron: '00 09 * * *' + push: + branches: + - main + paths: + - ubuntu22.04/precompiled/** + - ubuntu24.04/precompiled/** jobs: set-driver-version-matrix: