From f8de74792b1802c6f8da1ed296d408d66bc6d3ea Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Thu, 19 Feb 2026 04:28:12 +0300 Subject: [PATCH] add condition --- .github/workflows/add_version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/add_version.yml b/.github/workflows/add_version.yml index d74491c3..8e5903a9 100644 --- a/.github/workflows/add_version.yml +++ b/.github/workflows/add_version.yml @@ -40,6 +40,7 @@ jobs: # https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#authenticating-with-github-app-generated-tokens - name: Generate Github token + if: env.rc == 0 uses: actions/create-github-app-token@v2 id: generate-token with: