Skip to content

Commit 793854b

Browse files
authored
Merge pull request #2998 from Azure/xynoclafe/Update-scheduling
Update scheduling for generate schemas job
2 parents e4c9465 + 3617b1a commit 793854b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-schemas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Generate Schemas
22

33
on:
44
schedule:
5-
- cron: '45 5 * * SUN'
5+
- cron: '45 5 * * TUE,THU'
66
workflow_dispatch:
77
inputs:
88
api_specs_ref:

0 commit comments

Comments
 (0)