Browse Source

Dependabot does not have access to commit

pull/1279/head
Gabe Kangas 4 years ago committed by GitHub
parent
commit
b5bb28b396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/javascript-packages.yaml

5
.github/workflows/javascript-packages.yaml

@ -6,14 +6,15 @@ on: @@ -6,14 +6,15 @@ on:
jobs:
run:
if: ${{ github.actor != 'dependabot[bot]' }}
name: npm run build
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
# with:
with:
# Make sure the actual branch is checked out when running on pull requests
# ref: ${{ github.head_ref }}
ref: ${{ github.head_ref }}
- name: Install dependencies
run: |

Loading…
Cancel
Save