From 90cc506c159b9f3a8e384e08ff48a2f87a0af863 Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Mon, 9 Dec 2024 11:13:29 -0800 Subject: [PATCH] Don't re-build containers if PR/commit doesn't change containers --- .github/workflows/containers.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 1217e11..2523471 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -12,7 +12,11 @@ on: push: branches: - main + paths: + - 'containers/**' pull_request: + paths: + - 'containers/**' schedule: - cron: "0 7 * * 1" # Run once weekly