Skip to content

Commit

Permalink
ci: add timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishqmanuja committed Jan 9, 2024
1 parent 56dd5b3 commit 04e5497
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
contents: write

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

steps:
- name: Checkout Source Code
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
contents: write

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

steps:
- name: Checkout Source Code
uses: actions/checkout@v3
Expand Down

0 comments on commit 04e5497

Please sign in to comment.