Skip to content

Commit

Permalink
Set more sensible job timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Nov 24, 2023
1 parent 58a09ff commit f190e95
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ env:
jobs:
format:
runs-on: windows-latest
timeout-minutes: 10

permissions:
contents: read

Expand All @@ -33,6 +35,8 @@ jobs:
test:
runs-on: windows-latest
timeout-minutes: 10

permissions:
contents: read

Expand Down Expand Up @@ -63,6 +67,8 @@ jobs:

pack:
runs-on: windows-latest
timeout-minutes: 10

permissions:
actions: write
contents: read
Expand Down Expand Up @@ -116,6 +122,8 @@ jobs:
- pack

runs-on: ubuntu-latest
timeout-minutes: 10

permissions:
actions: read
contents: write
Expand Down Expand Up @@ -152,6 +160,8 @@ jobs:
notify:
needs: deploy
runs-on: ubuntu-latest
timeout-minutes: 10

permissions:
contents: read

Expand Down

0 comments on commit f190e95

Please sign in to comment.