Skip to content

Commit 5dc7850

Browse files
committed
Enhance after-release workflow by adding 'skip-wait' input for manual dispatch
1 parent 7a8593e commit 5dc7850

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/after-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
notify:
1212
uses: gofiber/.github/.github/workflows/after-release.yml@main
1313
with:
14+
skip-wait: ${{ github.event_name == 'workflow_dispatch' }}
1415
repos: |
1516
- gofiber/fiber
1617
- gofiber/contrib

0 commit comments

Comments
 (0)