Skip to content

Commit

Permalink
fix: add timeout-minutes and FLOX_DISABLE_METRICS (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas authored Nov 21, 2024
1 parent 0ce3c3e commit 25aa038
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -18,11 +18,15 @@ concurrency:
group: "ci-${{ github.event_name }}-${{ github.ref_name }}-${{ github.event.pull_request.event.number || github.sha }}"
cancel-in-progress: true

env:
FLOX_DISABLE_METRICS: "true"

jobs:

build-docs:
name: "Build docs"
runs-on: "ubuntu-latest"
timeout-minutes: 30

steps:
- name: "Checkout"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ on:
schedule:
- cron: "30 0 * * 1"

env:
FLOX_DISABLE_METRICS: "true"

jobs:

upgrade:
name: "Upgrade Flox environment"
runs-on: "ubuntu-latest"
timeout-minutes: 30

steps:
- name: "Checkout"
Expand Down

0 comments on commit 25aa038

Please sign in to comment.