From 7e91c598ae77a743d54385fb27c8613a0e7fa816 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 7 Oct 2025 12:35:17 +0200 Subject: [PATCH] Workflow --- .github/workflows/publish_release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 798fe08..7fe2db0 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -67,7 +67,6 @@ jobs: - name: Approve pull request - if: env.changed == 'true' env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | @@ -77,7 +76,6 @@ jobs: fi - name: Approve pull request and merge - if: env.changed == 'true' env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |