From 15052d23d42ebec94b429639811d7056f94ef5a6 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 2 Jul 2024 16:16:27 +0100 Subject: [PATCH] Remove redundant reusable workflow input (#1740) --- .github/workflows/release-drafter.yml | 2 -- .github/workflows/release.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 58c6248..5801402 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -3,8 +3,6 @@ on: push: branches: [staging] workflow_dispatch: {} - repository_dispatch: - types: [upstream-release-notify] concurrency: ${{ github.workflow }} jobs: draft: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79a04d1..efda150 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,6 @@ jobs: GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} with: final: ${{ inputs.mode == 'final' }} - include-changes: element-hq/element-web@$VERSION gpg-fingerprint: ${{ vars.GPG_FINGERPRINT }} expected-asset-count: 1