[PATCH] ci: container: rerun workflow when modifying container.yml

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxx>
---
 .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





[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux