Skip to content

Commit 48ab662

Browse files
committed
Make workflow run on schedule (disabled for now)
1 parent fe02030 commit 48ab662

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/api-reference-validation.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ on:
44
# schedule:
55
# # Every Thursday at 8 PM UTC
66
# - cron: '0 20 * * 4'
7-
pull_request:
8-
# Sequence of patterns matched against refs/heads
9-
branches:
10-
- main
7+
workflow_dispatch:
118

129
concurrency:
1310
group: api-reference-validation

0 commit comments

Comments
 (0)