Skip to content

Commit

Permalink
ci: Add a delay before executing dispatch
Browse files Browse the repository at this point in the history
account for time taken to publish new image to docker registry

[release]
  • Loading branch information
bbhtt committed Oct 18, 2024
1 parent 172c98a commit 1ca93b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }} && github.repository == 'flathub-infra/flatpak-builder-lint' && github.ref == 'refs/heads/master' && contains(github.event.head_commit.message, '[release]')
steps:
- name: Delay for 2 minutes
run: sleep 120

- name: Trigger workflow in org.flatpak.Builder repository
uses: peter-evans/repository-dispatch@v3
with:
Expand Down

0 comments on commit 1ca93b0

Please sign in to comment.