From 8c524f28589cc556a2ac60b2a349bff376b68711 Mon Sep 17 00:00:00 2001 From: Danielo Rodriguez Date: Wed, 13 Sep 2023 11:14:21 +0200 Subject: [PATCH] chore: lower the requirements for sync actin --- .github/workflows/sync-version.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/sync-version.yml b/.github/workflows/sync-version.yml index 7594c07b..7c6b4b60 100644 --- a/.github/workflows/sync-version.yml +++ b/.github/workflows/sync-version.yml @@ -9,9 +9,7 @@ on: jobs: build: - if: "${{ github.event.label.name == 'autorelease: pending' }}" runs-on: ubuntu-latest - steps: - uses: actions/checkout@v3 - name: Sync version with manifest and versions.json