Skip to content

Commit

Permalink
fix: add timeout-minutes and FLOX_DISABLE_METRICS
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Nov 21, 2024
1 parent 702ba0f commit ba951fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.sha }}"
cancel-in-progress: true

env:
FLOX_DISABLE_METRICS: "true"

jobs:

test-action:
name: "Github Action Test"
runs-on: ${{ matrix.os }}
timeout-minutes: 30

strategy:
matrix:
Expand Down

0 comments on commit ba951fa

Please sign in to comment.