Skip to content

Commit e4422dc

Browse files
committed
ci(bump): separate versions check from regular build
1 parent 72ebda5 commit e4422dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/luarocks-check-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
shell: bash
1616
run: |
1717
docker run --pull always -t --user root --entrypoint /bin/sh "leplusorg/${GITHUB_REPOSITORY#*/}:main" -c '
18-
if luarocks list --outdated | tee -a /dev/stderr | grep -q -e '"'"'^lua-resty-openidc$'"'"' ; then
18+
if luarocks list --outdated | tee -a /dev/stderr | grep -q -e " < " ; then
1919
exit 1
2020
fi
2121
'

0 commit comments

Comments
 (0)