1 parent 89e1d54 commit fa60e41Copy full SHA for fa60e41
1 file changed
.github/workflows/build-images.yml
@@ -11,9 +11,6 @@ on:
11
- '.github/images.txt'
12
- 'images/**'
13
- 'bin/**'
14
- schedule:
15
- # Daily build at 2:00 AM UTC
16
- - cron: '0 2 * * *'
17
workflow_dispatch:
18
# Allows manual trigger
19
@@ -503,4 +500,4 @@ jobs:
503
500
echo "✅ Release $RELEASE_TAG has $ASSET_COUNT asset(s), keeping it"
504
501
fi
505
502
env:
506
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments