From c12ea473552fd15b3f59c01cd4ae3a7df81ba4b0 Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Tue, 14 May 2024 18:26:40 +0800 Subject: [PATCH] ci: fix bib-image workflow Signed-off-by: Xiaofeng Wang --- .github/workflows/bib-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bib-image.yml b/.github/workflows/bib-image.yml index 54f3604..2384207 100644 --- a/.github/workflows/bib-image.yml +++ b/.github/workflows/bib-image.yml @@ -16,7 +16,7 @@ jobs: endsWith(github.event.comment.body, '/test-cs9') || endsWith(github.event.comment.body, '/test-cs9-bib-image') || endsWith(github.event.comment.body, '/test-cs9-dev') || - endsWith(github.event.comment.body, '/test-cs9-dev-bib-image') + endsWith(github.event.comment.body, '/test-cs9-dev-bib-image') || endsWith(github.event.comment.body, '/test-fedora-40') || endsWith(github.event.comment.body, '/test-fedora-40-bib-image') || endsWith(github.event.comment.body, '/test-fedora-41') ||