From 6f5900557b888184b148cb2cf4c568762ded1032 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 21 Apr 2022 15:17:43 +0100 Subject: [PATCH] Remove notify environment requirement (#8383) --- .github/workflows/notify-element-web.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/notify-element-web.yml b/.github/workflows/notify-element-web.yml index c5c89905ce..1d60a1523c 100644 --- a/.github/workflows/notify-element-web.yml +++ b/.github/workflows/notify-element-web.yml @@ -8,7 +8,6 @@ jobs: notify-element-web: name: "Notify Element Web" runs-on: ubuntu-latest - environment: develop steps: - name: Notify element-web repo that a new SDK build is on develop uses: peter-evans/repository-dispatch@v1