Skip to content

Commit

Permalink
fix: debounce workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FGoessler authored Feb 28, 2025
1 parent 61aa50d commit dd9dfac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-engines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
id-token: write

steps:
# Debounce so we won't run competing jobs if we merge multiple PRs in prisma-engines in quick succesion
- name: Debounce 1 minute
uses: zachary95/github-actions-debounce
with:
wait: 60

- uses: actions/checkout@v4
with:
token: ${{ secrets.PRISMA_BOT_TOKEN }}
Expand Down

0 comments on commit dd9dfac

Please sign in to comment.