From f6f52270dfa03924f0f9beb09215982eb0b3ba48 Mon Sep 17 00:00:00 2001 From: Danielo Rodriguez Date: Fri, 15 Sep 2023 14:43:53 +0200 Subject: [PATCH] chore: experiment with sync-version --- .github/workflows/sync-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-version.yml b/.github/workflows/sync-version.yml index c7d31e83..e567fbdc 100644 --- a/.github/workflows/sync-version.yml +++ b/.github/workflows/sync-version.yml @@ -5,7 +5,6 @@ name: sync versions on: pull_request: - types: [labeled] permissions: contents: write @@ -13,6 +12,7 @@ permissions: jobs: sync-versions: + if: "${{ github.event.label.name == 'autorelease: pending' }}" runs-on: ubuntu-latest steps: - uses: actions/checkout@v3