Allow dependabot to run build for validation

This commit is contained in:
Piotr Rogowski 2023-10-29 16:01:08 +01:00
parent 50706bb204
commit 026f8cf918
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository_owner == 'FOME-Tech' && github.actor != 'dependabot[bot]'
if: github.repository_owner == 'FOME-Tech'
steps:
- uses: actions/checkout@v4
@ -28,11 +28,13 @@ jobs:
run: npm run build
- name: Save PR number
if: github.actor != 'dependabot[bot]'
run: |
echo ${{ github.event.number }} > ./build/PR_NR
- name: Upload preview build
uses: actions/upload-artifact@v3
if: github.actor != 'dependabot[bot]'
with:
name: build
path: build/