From 78389a86427be8328e0c12aaf3071cf8ffab160c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Tue, 1 Aug 2023 13:16:27 +0200 Subject: [PATCH] ci: Remove env from top level --- .github/workflows/ci-master.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 2921266c76..3736b6478f 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -83,8 +83,6 @@ jobs: name: Lint changes runs-on: ubuntu-latest needs: install-and-build - env: - CI_LINT_MASTER: true steps: - uses: actions/checkout@v3 with: