From 14c4ad3af2387b52077f4d079eb5f689dba889e7 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Tue, 12 May 2026 15:44:39 +0200 Subject: [PATCH] build: remove environment annotations Signed-off-by: Jakob Borg --- .github/workflows/build-infra-dockers.yaml | 1 - .github/workflows/build-syncthing.yaml | 8 -------- .github/workflows/release-syncthing.yaml | 1 - 3 files changed, 10 deletions(-) diff --git a/.github/workflows/build-infra-dockers.yaml b/.github/workflows/build-infra-dockers.yaml index bd04f8fb8..d31cf89fe 100644 --- a/.github/workflows/build-infra-dockers.yaml +++ b/.github/workflows/build-infra-dockers.yaml @@ -21,7 +21,6 @@ jobs: name: Build and push Docker images if: github.repository_owner == 'syncthing' runs-on: ubuntu-latest - environment: docker strategy: matrix: pkg: diff --git a/.github/workflows/build-syncthing.yaml b/.github/workflows/build-syncthing.yaml index 66d699f9a..731298320 100644 --- a/.github/workflows/build-syncthing.yaml +++ b/.github/workflows/build-syncthing.yaml @@ -234,7 +234,6 @@ jobs: codesign-windows: name: Codesign for Windows if: github.repository_owner == 'syncthing' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (github.ref == 'refs/heads/release-nightly' || startsWith(github.ref, 'refs/tags/v')) - environment: release runs-on: windows-latest needs: - package-windows @@ -407,7 +406,6 @@ jobs: package-macos: name: Package for macOS if: github.repository_owner == 'syncthing' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (github.ref == 'refs/heads/release-nightly' || startsWith(github.ref, 'refs/tags/v')) - environment: release runs-on: macos-latest needs: - facts @@ -505,7 +503,6 @@ jobs: notarize-macos: name: Notarize for macOS if: github.repository_owner == 'syncthing' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (github.ref == 'refs/heads/release-nightly' || startsWith(github.ref, 'refs/tags/v')) - environment: release needs: - package-macos runs-on: macos-latest @@ -646,7 +643,6 @@ jobs: sign-for-upgrade: name: Sign for upgrade if: github.repository_owner == 'syncthing' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (github.ref == 'refs/heads/release-nightly' || startsWith(github.ref, 'refs/tags/v')) - environment: release needs: - codesign-windows - package-linux @@ -793,7 +789,6 @@ jobs: publish-nightly: name: Publish nightly build if: github.repository_owner == 'syncthing' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && startsWith(github.ref, 'refs/heads/release-nightly') - environment: release needs: - sign-for-upgrade - facts @@ -842,7 +837,6 @@ jobs: publish-release-files: name: Publish release files if: github.repository_owner == 'syncthing' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (github.ref == 'refs/heads/release' || startsWith(github.ref, 'refs/tags/v')) - environment: release permissions: contents: write id-token: write @@ -953,7 +947,6 @@ jobs: publish-apt: name: Publish APT if: github.repository_owner == 'syncthing' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (github.ref == 'refs/heads/release-nightly' || startsWith(github.ref, 'refs/tags/v')) - environment: release needs: - package-debian - facts @@ -1144,7 +1137,6 @@ jobs: runs-on: ubuntu-latest needs: - docker-ghcr - environment: docker env: DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/release-syncthing.yaml b/.github/workflows/release-syncthing.yaml index 040a73746..3970341de 100644 --- a/.github/workflows/release-syncthing.yaml +++ b/.github/workflows/release-syncthing.yaml @@ -14,7 +14,6 @@ jobs: name: Create release tag if: github.repository_owner == 'syncthing' runs-on: ubuntu-latest - environment: release steps: - uses: actions/checkout@v5 with: