Skip to content

Commit d9d6d7d

Browse files
Merge pull request #45172 from dotnet/main
Merge main into live
2 parents 8a26382 + ed77b75 commit d9d6d7d

File tree

4 files changed

+890
-879
lines changed

4 files changed

+890
-879
lines changed

.github/workflows/quest-bulk.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: "bulk quest import"
22
on:
33
schedule:
44
- cron: '0 10 * * *' # UTC time, that's 5:00 am EST, 2:00 am PST.
5+
- cron: '0 9 6 * *' # This is the morning of the 6th.
6+
57
workflow_dispatch:
68
inputs:
79
reason:
@@ -56,4 +58,4 @@ jobs:
5658
org: ${{ github.repository_owner }}
5759
repo: ${{ github.repository }}
5860
issue: '-1'
59-
duration: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.duration || 5 }}
61+
duration: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.duration || github.event.schedule == '0 9 6 * *' && -1 || 5 }}

0 commit comments

Comments
 (0)