From ba951fa8806801f93f835fe485df1d87423f442d Mon Sep 17 00:00:00 2001 From: Rok Garbas Date: Thu, 21 Nov 2024 17:17:50 +0100 Subject: [PATCH] fix: add timeout-minutes and FLOX_DISABLE_METRICS --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c51c387..c01fa6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: