Skip to content

Commit

Permalink
Michiel/add timeout to GitHub Actions (#879)
Browse files Browse the repository at this point in the history
* Add timeout to GH actions workflows

* changelog
  • Loading branch information
michielmulders authored Jun 2, 2020
1 parent 6e2ced9 commit b3f7c20
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
test:
name: Compile
runs-on: ubuntu-latest
timeout-minutes: 8

steps:
- uses: actions/checkout@v1
- name: Use Node.js
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
test:
name: Compile
runs-on: ubuntu-latest
timeout-minutes: 8

steps:
- uses: actions/checkout@v1
- name: Use Node.js
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
createReleasePR:
name: createReleasePR
runs-on: ubuntu-latest
timeout-minutes: 8

steps:
- uses: actions/checkout@v1
- name: Use Node.js
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/testPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
check_changelog:
name: checkChangelog
runs-on: ubuntu-latest
timeout-minutes: 5

steps:
- uses: actions/checkout@v1
- name: Use Node.js
Expand All @@ -21,6 +23,8 @@ jobs:
test_pr:
name: testPR
runs-on: ubuntu-latest
timeout-minutes: 8

steps:
- uses: actions/checkout@v1
- name: Use Node.js
Expand Down
1 change: 1 addition & 0 deletions changes/michiel_add-timeout-to-gh-actions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Changed] Add timeout to Github Actions workflows @michielmulders

0 comments on commit b3f7c20

Please sign in to comment.