From 4a57d4f94bf7969f6040dfc15f87e7c0a82186c7 Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 12 Dec 2024 17:05:38 +1100 Subject: [PATCH] remove-BRITTLE_TIMEOUT remove-BRITTLE_TIMEOUT --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 79d612c..6efa793 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,8 +10,6 @@ on: - main workflow_dispatch: -env: - BRITTLE_TIMEOUT: 60000 jobs: test: if: ${{ !startsWith(github.ref, 'refs/tags/')}} # Already runs for the push of the commit, no need to run again for the tag