diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 33f68c7..1076344 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -16,6 +16,7 @@ concurrency: jobs: deploy: + if: github.repository_owner == 'inventage' && !contains('dependabot', github.ref) runs-on: ubuntu-latest steps: - name: Harden Runner