mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH] ci: container: rerun workflow when modifying container.yml
Date: Tue, 20 Aug 2024 15:06:26 +0200	[thread overview]
Message-ID: <20240820130626.3843235-1-a.fatoum@pengutronix.de> (raw)

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




                 reply	other threads:[~2024-08-20 13:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240820130626.3843235-1-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox