Skip to content

Commit ea8b1aa

Browse files
authored
Release on manual trigger only
Removed scheduled release trigger, keeping only manual trigger.
1 parent 4081e78 commit ea8b1aa

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
name: Release
22

3+
# Release on manual trigger only
34
on:
4-
# release daily
5-
# https://crontab-generator.org/
6-
schedule:
7-
- cron: '0 8 * * *'
8-
# or on manual trigger
95
workflow_dispatch:
106

117
env:

0 commit comments

Comments
 (0)