Skip to content

Commit

Permalink
wip: bumpgen workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zlalvani committed May 16, 2024
1 parent 46dd352 commit 542c97c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bumpgen-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@ jobs:
main:
name: Run Bumpgen
runs-on: ubuntu-latest
# Need to run on all commits on PRs opened by dependabot except those committed by bumpgen
# This might not work
if: ${{ github.actor == 'dependabot[bot]' || contains( github.event.pull_request.labels.*.name, 'run bumpgen') }}
steps:
- name: Print github obj
run: echo $GITHUB
env:
GITHUB: ${{ github }}
- uses: actions/checkout@v4
- name: Setup
uses: ./tooling/github/setup
Expand Down

0 comments on commit 542c97c

Please sign in to comment.