Skip to content

Commit

Permalink
Don't add random wait on manual dotnet-file runs
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu authored May 25, 2024
1 parent 5fb1723 commit 7afe350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:

- name: ⌛ rate
shell: pwsh
if: github.event_name != 'workflow_dispatch'
run: |
# add random sleep since we run on fixed schedule
sleep (get-random -max 60)
Expand Down

0 comments on commit 7afe350

Please sign in to comment.