Skip to content

Commit

Permalink
ci: added timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kenso312 committed May 14, 2023
1 parent 5a00322 commit 95b3fce
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/analyse-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
security-events: write
name: Analysing Code
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
jobs:
build-and-push-docker-image:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Setting Up QEMU
uses: docker/setup-qemu-action@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
merge-to-main-branch:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- id: merge
name: Merging to Main Branch
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
steps:
- name: Creating Pull Request
uses: google-github-actions/release-please-action@v3
timeout-minutes: 3
with:
changelog-types: |
[
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
rebase-dev-branch:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
update-swagger-api-schema:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 95b3fce

Please sign in to comment.