Skip to content

Commit 6ccbc19

Browse files
committed
fixup
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent d4a1177 commit 6ccbc19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
steps:
6565
- name: Validate inputs
6666
run: |
67-
if [[ "${{ env.TARGET }}" !~ /github.com\/go-openapi/ ]] ; then
67+
if ! [[ "${{ env.TARGET }}" =~ "github.com\/go-openapi" ]] ; then
6868
echo "This workflow only applies to target repos in github.com/go-openapi."
6969
exit 1
7070
fi

0 commit comments

Comments
 (0)