mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Dependabot does not have access to commit
This commit is contained in:
parent
fe7e9b24ff
commit
b5bb28b396
5
.github/workflows/javascript-packages.yaml
vendored
5
.github/workflows/javascript-packages.yaml
vendored
@ -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…
x
Reference in New Issue
Block a user