Skip to content

Commit

Permalink
Fix generate-authors condition
Browse files Browse the repository at this point in the history
Branches-ignore condition checks base branch.
Check head branch instead.
  • Loading branch information
at-wat committed Jan 16, 2023
1 parent 37889c9 commit b732177
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/.github/workflows/generate-authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ name: generate-authors

on:
pull_request:
branches-ignore:
- 'renovate/*'

jobs:
checksecret:
permissions:
contents: none
runs-on: ubuntu-latest
if: startsWith(github.event.pull_request.head.ref, 'renovate/') == false
outputs:
is_PIONBOT_PRIVATE_KEY_set: ${{ steps.checksecret_job.outputs.is_PIONBOT_PRIVATE_KEY_set }}
steps:
Expand Down

0 comments on commit b732177

Please sign in to comment.