Skip to content

Commit fa60e41

Browse files
authored
Remove daily build schedule from workflow
Removed the scheduled daily build trigger from the workflow.
1 parent 89e1d54 commit fa60e41

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build-images.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
- '.github/images.txt'
1212
- 'images/**'
1313
- 'bin/**'
14-
schedule:
15-
# Daily build at 2:00 AM UTC
16-
- cron: '0 2 * * *'
1714
workflow_dispatch:
1815
# Allows manual trigger
1916

@@ -503,4 +500,4 @@ jobs:
503500
echo "✅ Release $RELEASE_TAG has $ASSET_COUNT asset(s), keeping it"
504501
fi
505502
env:
506-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
503+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)