Skip to content

Commit

Permalink
(AB-4960) Run expectations workflow every 30m (MicrosoftDocs#89)
Browse files Browse the repository at this point in the history
This change reduces the frequency the expectations GHA runs from
once every 10 minutes to once every 30 minutes to help reduce the
frequency of rate limiting.
  • Loading branch information
michaeltlombardi authored Aug 10, 2022
1 parent c6934de commit 13f0ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/expectations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: Commenting
on:
schedule:
- cron: 0/10 * * * *
- cron: 0/30 * * * *
permissions:
contents: read
pull-requests: write
Expand Down

0 comments on commit 13f0ba0

Please sign in to comment.