Update test.yaml

This commit is contained in:
nιcнolaѕ wιlde
2024-09-01 00:41:44 -07:00
committed by GitHub
parent ced4c88640
commit 77c44a6fba

View File

@ -26,7 +26,7 @@ jobs:
run: |
if [ "${{ github.event_name }}" == "push" ]; then
echo "MOD_ONLY=yes" >> "$GITHUB_OUTPUT"
else; then
else
echo "MOD_ONLY=no" >> "$GITHUB_OUTPUT"
fi
job2: