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