Skip to content

Commit

Permalink
ci: fix bib-image workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaofeng Wang <[email protected]>
  • Loading branch information
henrywang committed May 14, 2024
1 parent 7e0f043 commit c12ea47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bib-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') ||
Expand Down

0 comments on commit c12ea47

Please sign in to comment.