From 4bbceb69be2ebd8b2c44c9231a9ebba6ad2c8d48 Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Thu, 12 Sep 2024 15:19:54 +0100 Subject: [PATCH] Simpler --- .github/workflows/label-alpha-bump.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/label-alpha-bump.yml b/.github/workflows/label-alpha-bump.yml index 3ffc0c52a..3c03f71d8 100644 --- a/.github/workflows/label-alpha-bump.yml +++ b/.github/workflows/label-alpha-bump.yml @@ -4,7 +4,6 @@ on: pull_request: types: - labeled # Triggers when any label is added to the PR - on: workflow_dispatch # Triggers when the workflow is manually triggered jobs: debug: @@ -22,8 +21,7 @@ jobs: name: Release alpha version based on PR label runs-on: ubuntu-20.04 if: | - github.event.check_suite.conclusion == 'success' - && contains(github.event.pull_request.labels.*.name, 'bump alpha') + contains(github.event.pull_request.labels.*.name, 'bump alpha') steps: - name: Check out repository uses: actions/checkout@v4