Skip to content

Commit e655ed8

Browse files
committed
a
1 parent 182d4a8 commit e655ed8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
id: check
1919
run: |
2020
if (( $(date +%s) < $(( $(date -d "$(gh cache list -R AngelAuraMC/angle --json createdAt -q '.[0].createdAt')" +%s) + 604800 )) )); then
21+
echo "Cache is new enough"
2122
echo "should-build=true" >> "$GITHUB_OUTPUT"
2223
else
24+
echo "Cache needs updating"
2325
echo "should-build=false" >> "$GITHUB_OUTPUT"
2426
fi
2527

0 commit comments

Comments
 (0)