diff --git a/.github/workflows/build-preview.yml b/.github/workflows/build-preview.yml index ef60148..68da4b7 100644 --- a/.github/workflows/build-preview.yml +++ b/.github/workflows/build-preview.yml @@ -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/