From 77b27ba60bd293b234c42e84571067acef744d4f Mon Sep 17 00:00:00 2001 From: Nikita Shulga <2453524+malfet@users.noreply.github.com> Date: Mon, 24 Feb 2025 16:42:27 -0800 Subject: [PATCH 1/2] Delete unused conda-aws-upload environment --- .github/workflows/build-triton-wheel.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-triton-wheel.yml b/.github/workflows/build-triton-wheel.yml index 7e2bf6a71e626..6dbfae30d975c 100644 --- a/.github/workflows/build-triton-wheel.yml +++ b/.github/workflows/build-triton-wheel.yml @@ -168,7 +168,6 @@ jobs: contents: read container: image: continuumio/miniconda3:4.12.0 - environment: ${{ (github.event_name == 'push' && (github.event.ref == 'refs/heads/main' || startsWith(github.event.ref, 'refs/tags/v'))) && 'conda-aws-upload' || '' }} steps: - uses: actions/checkout@v3 From ab9dbf1abb4f882512f86d49e2b34fa7f8e26746 Mon Sep 17 00:00:00 2001 From: Nikita Shulga <2453524+malfet@users.noreply.github.com> Date: Mon, 24 Feb 2025 16:43:10 -0800 Subject: [PATCH 2/2] Update _binary-upload.yml --- .github/workflows/_binary-upload.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/_binary-upload.yml b/.github/workflows/_binary-upload.yml index 30ba0c7fe5a2f..2721555ef73f7 100644 --- a/.github/workflows/_binary-upload.yml +++ b/.github/workflows/_binary-upload.yml @@ -66,7 +66,6 @@ on: jobs: upload: runs-on: ubuntu-22.04 - environment: ${{ (github.event_name == 'push' && (github.event.ref == 'refs/heads/nightly' || startsWith(github.event.ref, 'refs/tags/v'))) && 'conda-aws-upload' || '' }} container: image: continuumio/miniconda3:4.12.0 env: