Skip to content

Commit

Permalink
Add more timeout safety stops
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed May 31, 2024
1 parent 001cb0e commit 3eb5682
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ permissions: {}
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Install clang-format Dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
python-version: ['3.8', '3.11']
fail-fast: false
runs-on: ${{ matrix.os }}
timeout-minutes: 15
steps:
- name: Checkout
uses: kaidokert/[email protected]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
# Needed to publish results and get a badge (see publish_results below).
id-token: write

timeout-minutes: 15
steps:
- name: "Checkout code"
uses: actions/checkout@v3
Expand Down

0 comments on commit 3eb5682

Please sign in to comment.