Skip to content

Commit d6fd0fb

Browse files
chore(ci): add workflow_dispatch and remove run on PR for daily CI (#2218)
1 parent fcc4b97 commit d6fd0fb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/daily_ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ permissions:
88
on:
99
schedule:
1010
- cron: "00 16 * * 1-5"
11-
pull_request:
12-
paths: .github/workflows/daily_ci.yml
11+
workflow_dispatch:
1312

1413
jobs:
1514
getVersion:

0 commit comments

Comments
 (0)