mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ci: container: rerun workflow when modifying container.yml
@ 2024-08-20 13:06 Ahmad Fatoum
  0 siblings, 0 replies; only message in thread
From: Ahmad Fatoum @ 2024-08-20 13:06 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

We currently, only rebuild the container when its Containerfile changes.
The container build is described by the workflow in container.yml,
so Github changes should also rebuild the container on changes to this
file.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 .github/workflows/container.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml
index 9bb23a5836ac..81680069ea3f 100644
--- a/.github/workflows/container.yml
+++ b/.github/workflows/container.yml
@@ -7,6 +7,7 @@ on:
       - 'ci'
     paths:
       - 'test/Containerfile'
+      - '.github/workflows/container.yml'
   workflow_dispatch: {}
 
 jobs:
-- 
2.39.2




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-08-20 13:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-20 13:06 [PATCH] ci: container: rerun workflow when modifying container.yml Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox