Skip to content

Commit 4c44c45

Browse files
authored
Merge pull request #46 from Webperf-se/cockroacher-patch-1
Don't create release on a schedule
2 parents 8dc74b5 + 0ed6c2f commit 4c44c45

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/prep-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77
- main
88
paths:
99
- "index.js"
10-
schedule:
11-
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onschedule
12-
# * is a special character in YAML so you have to quote this string
13-
- cron: "30 6 1 * *"
1410
jobs:
1511
build:
1612
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)