From 32593c1a0e3a1d4033a5e142ad48afe96ec7175c Mon Sep 17 00:00:00 2001 From: Calvin Kirs Date: Fri, 25 Oct 2024 18:44:28 +0800 Subject: [PATCH] Update license.yaml --- .github/workflows/license.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/license.yaml b/.github/workflows/license.yaml index cb9730a..71c354c 100644 --- a/.github/workflows/license.yaml +++ b/.github/workflows/license.yaml @@ -29,7 +29,6 @@ permissions: jobs: auto_cherry_pick: runs-on: ubuntu-latest - if: ${{ contains(github.event.pull_request.labels.*.name, 'dev/3.0.x') && github.event.pull_request.merged == true }} steps: - name: Checkout repository uses: actions/checkout@v3