Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions internal/scaffold/fullsend-repo/.github/workflows/retro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@ concurrency:
cancel-in-progress: true

jobs:
debounce:
runs-on: ubuntu-latest
permissions: {}
steps:
- run: sleep 60

retro:
needs: debounce
uses: fullsend-ai/fullsend/.github/workflows/reusable-retro.yml@v0
with:
event_type: ${{ inputs.event_type }}
Expand Down
Loading