Skip to content

Commit

Permalink
fix: add timeout-minutes and FLOX_DISABLE_METRICS (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas authored Nov 21, 2024
1 parent 0121048 commit 1151e10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- main
pull_request:

env:
FLOX_DISABLE_METRICS: "true"

jobs:

check-systems:
Expand All @@ -15,6 +18,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 30

steps:
- name: Checkout
Expand Down Expand Up @@ -51,6 +55,7 @@ jobs:
check:
if: ${{ always() }}
runs-on: ubuntu-latest
timeout-minutes: 30
name: Check runix
needs: check-systems
steps:
Expand Down

0 comments on commit 1151e10

Please sign in to comment.