Skip to content

Commit

Permalink
ci: renovate 起因の pr は pr への linter をしない設定が間違っていたので修正 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunakan authored Dec 30, 2022
1 parent 41a8869 commit eeb3245
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lint-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ name: Lint PR
- reopened
- synchronize
- edited
branches-ignore:
- 'renovate/**'

jobs:
lint-pr:
#
# PR 元が renovate 起因の場合、 job skip
# (renovate 起因の場合、ブランチ名は renovate/**)
#
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
runs-on: ubuntu-latest
steps:
- name: リポジトリのチェックアウト
Expand Down

0 comments on commit eeb3245

Please sign in to comment.