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