Skip to content

Commit d92db08

Browse files
committed
Add timeout for publishing workflows
1 parent 83951f4 commit d92db08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646

4747
- name: 🏗️ Publish - dry run
4848
run: flutter pub publish --dry-run
49+
timeout-minutes: 5
4950

5051
- name: 🔥 Publish to pub.dev
5152
run: yes | flutter pub publish -f --skip-validation
53+
timeout-minutes: 5

0 commit comments

Comments
 (0)