Skip to content

Commit d7c90bf

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)