From 6f2170e825087d40703c135160886ae8af3ccc9b Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Tue, 4 Jan 2022 12:29:04 -0600 Subject: [PATCH] Remove duplicate CI env vars from Actions workflows (#23921) --- .github/workflows/repo-sync.yml | 1 - .github/workflows/test-windows.yml | 3 --- .github/workflows/test.yml | 3 --- 3 files changed, 7 deletions(-) diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index ee8ef065c136..1bcda9684a6b 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -113,7 +113,6 @@ jobs: uses: repo-sync/github-sync@3832fe8e2be32372e1b3970bbae8e7079edeec88 env: GITHUB_TOKEN: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }} - CI: true with: source_repo: ${{ secrets.SOURCE_REPO }} # https://${access_token}@github.com/github/the-other-repo.git source_branch: main diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index ff5314224096..52b671b8af95 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -20,9 +20,6 @@ concurrency: group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' cancel-in-progress: true -env: - CI: true - jobs: test: runs-on: windows-latest diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f2664188ef9..bd4b6c6077f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,9 +20,6 @@ concurrency: group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' cancel-in-progress: true -env: - CI: true - jobs: test: # Run on self-hosted if the private repo or ubuntu-latest if the public repo