From 2f3f3b47ee86fa02a0859d02d855dd926e218cf3 Mon Sep 17 00:00:00 2001 From: Zoff Date: Thu, 1 Aug 2024 15:39:59 +0200 Subject: [PATCH] do not run on tags --- .github/workflows/dep_toxcore_info.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dep_toxcore_info.yml b/.github/workflows/dep_toxcore_info.yml index c75a5194..d2480fcd 100644 --- a/.github/workflows/dep_toxcore_info.yml +++ b/.github/workflows/dep_toxcore_info.yml @@ -37,6 +37,7 @@ jobs: run: rm -f output.txt - name: Create Pull Request + if: !contains(github.ref, 'refs/tags/v') uses: peter-evans/create-pull-request@v6 with: commit-message: update toxcore to ${{ steps.version_info_str.outputs.release_tag }}