Skip to content

Commit

Permalink
Chore (validate-workflow): Github Actions 'dependabot[bot] 생성자' 관련 설정…
Browse files Browse the repository at this point in the history
… 업데이트
  • Loading branch information
herokwon committed Nov 20, 2024
1 parent 2b55a19 commit 6659900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ concurrency:
jobs:
check_stability:
name: Check stability
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -28,6 +27,7 @@ jobs:

- name: Cache dependencies
id: cache
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
uses: actions/cache@v4
with:
path: ~/.npm
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
github.rest.pulls.merge({
merge_method: 'squash',
owner: repository.owner.login,
owner: ${{ github.repository_owner }},
pull_number: pullRequest.number,
repo: repository.name
});
Expand Down

0 comments on commit 6659900

Please sign in to comment.