Skip to content

Commit

Permalink
🐛 Wait a bit longer before homebrew trigger (#507)
Browse files Browse the repository at this point in the history
From time to time, the cask update does not pick up the correct version and we need to re-run homebrew.

Perhaps this will fix it.

Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker authored Jan 16, 2025
1 parent e23d33e commit f2e66b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkg_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ jobs:
"reindex-path": "mondoo/${{ env.VERSION }}",
"bucket": "releases-us.mondoo.io"
}'
- name: Wait a minute...
run: sleep 60
- name: Wait a bit...
run: sleep 120
- name: Trigger Homebrew Generation
uses: peter-evans/repository-dispatch@v3
with:
Expand Down

0 comments on commit f2e66b6

Please sign in to comment.