Skip to content

Commit e3eb2b4

Browse files
authored
Update graphql.yml
1 parent 535d36d commit e3eb2b4

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/graphql.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Auto Start CI
22

3-
on:
4-
schedule:
5-
# Runs every five minutes (fastest the scheduler can run). Five minutes is
6-
# optimistic, it can take longer to run.
7-
# To understand why `schedule` is used instead of other events, refer to
8-
# ./doc/guides/commit-queue.md
9-
- cron: '*/5 * * * *'
3+
on: [workflow_dispatch]
104

115
env:
126
NODE_VERSION: lts/*

0 commit comments

Comments
 (0)