We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535d36d commit e3eb2b4Copy full SHA for e3eb2b4
1 file changed
.github/workflows/graphql.yml
@@ -1,12 +1,6 @@
1
name: Auto Start CI
2
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 * * * *'
+on: [workflow_dispatch]
10
11
env:
12
NODE_VERSION: lts/*
0 commit comments