We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3deb719 + 2df5321 commit 8e68f51Copy full SHA for 8e68f51
1 file changed
.github/workflows/smoke-test-app-template-updates.yml
@@ -19,7 +19,7 @@ jobs:
19
week=$(date +%V)
20
if [ $((10#$week % 10)) -ne 0 ]; then
21
echo "Skipping: ISO week $week is not a 10-week interval."
22
- exit 0
+ exit 1
23
fi
24
25
update-app-template:
0 commit comments