Skip to content

Commit 4b9b81c

Browse files
committed
Let's test upstream tests only based on '[test-upstream]' comment
1 parent 1fdff8b commit 4b9b81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-upstream-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
if: |
2121
github.event.issue.pull_request
22-
&& (contains(github.event.comment.body, '[test-upstream]') || contains(github.event.comment.body, '[test-all]'))
22+
&& contains(github.event.comment.body, '[test-upstream]')
2323
&& contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association)
2424
steps:
2525
- uses: sclorg/tfaga-wrapper@main

0 commit comments

Comments
 (0)