Skip to content

Commit

Permalink
chore: check what PR user login is
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Dec 19, 2024
1 parent f390932 commit 2d18988
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

lint:
# Don't run if the CI is triggered by Release Please
if: ${{ github.event.pull_request.user.login != 'github-actions[bot]' }}

runs-on: ubuntu-latest

steps:
- name: View PR author
run: echo "This PR is opened by ${{ github.event.pull_request.user.login }}"
- uses: actions/checkout@v4
- name: read node version from the .nvmrc file
run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
Expand Down

0 comments on commit 2d18988

Please sign in to comment.