Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
ci: fix workflow typo
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaofeng Wang <[email protected]>
  • Loading branch information
henrywang committed May 9, 2024
1 parent e447f5d commit a124546
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/anaconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
endsWith(github.event.comment.body, '/test-cs9') ||
endsWith(github.event.comment.body, '/test-cs9-anaconda') ||
endsWith(github.event.comment.body, '/test-cs9-dev') ||
endsWith(github.event.comment.body, '/test-cs9-dev-anaconda')) ||
endsWith(github.event.comment.body, '/test-cs9-dev-anaconda') ||
endsWith(github.event.comment.body, '/test-fedora-40') ||
endsWith(github.event.comment.body, '/test-fedora-40-anaconda') ||
endsWith(github.event.comment.body, '/test-fedora-41') ||
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bib-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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
2 changes: 1 addition & 1 deletion .github/workflows/os-replace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
endsWith(github.event.comment.body, '/test-cs9') ||
endsWith(github.event.comment.body, '/test-cs9-replace') ||
endsWith(github.event.comment.body, '/test-cs9-dev') ||
endsWith(github.event.comment.body, '/test-cs9-dev-replace')) ||
endsWith(github.event.comment.body, '/test-cs9-dev-replace') ||
endsWith(github.event.comment.body, '/test-fedora-40') ||
endsWith(github.event.comment.body, '/test-fedora-40-replace') ||
endsWith(github.event.comment.body, '/test-fedora-41') ||
Expand Down

0 comments on commit a124546

Please sign in to comment.