Skip to content

Commit

Permalink
Simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Sep 12, 2024
1 parent 923145b commit 4bbceb6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/label-alpha-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 4bbceb6

Please sign in to comment.