Skip to content

Commit

Permalink
Add 45min timeouts to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Jul 1, 2021
1 parent c47b024 commit 1b2f0e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
name: Linux & Windows Build
if: startsWith( github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
timeout-minutes: 45
steps:

- name: Go 1.16
Expand Down Expand Up @@ -55,6 +56,7 @@ jobs:
name: MacOS Build
if: startsWith( github.ref, 'refs/tags/v')
runs-on: macos-latest
timeout-minutes: 45
steps:

- name: Go 1.16
Expand Down Expand Up @@ -93,6 +95,7 @@ jobs:
name: "Tagged Release"
if: startsWith( github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
timeout-minutes: 45

steps:
- run: mkdir -p ./release && mkdir -p ./artifacts
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
name: CodeQL Security Scan
# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
runs-on: ubuntu-latest
timeout-minutes: 45

steps:
# Setup go environment
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
linux-windows-build:
name: Linux & Windows Build
runs-on: ubuntu-latest
timeout-minutes: 45
steps:

- name: Go 1.16
Expand Down Expand Up @@ -46,6 +47,7 @@ jobs:
macos-build:
name: MacOS Build
runs-on: macos-latest
timeout-minutes: 45
steps:

- name: Go 1.16
Expand Down

0 comments on commit 1b2f0e7

Please sign in to comment.