Skip to content

Commit 30e5c25

Browse files
Remove actions timeout (#30)
1 parent d78508f commit 30e5c25

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changeset/clever-pigs-speak.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cloudflare/sandbox": patch
3+
---
4+
5+
Remove actions timeout

.github/workflows/prerelease.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
jobs:
99
prerelease:
1010
if: ${{ github.repository_owner == 'cloudflare' }}
11-
timeout-minutes: 5
1211
runs-on: ubuntu-24.04
1312

1413
steps:

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
contents: write
1212

1313
if: ${{ github.repository_owner == 'cloudflare' }}
14-
timeout-minutes: 5
1514
runs-on: ubuntu-24.04
1615

1716
steps:

0 commit comments

Comments
 (0)