Skip to content

Commit

Permalink
fix: do not run deployment previews for dependabot branches
Browse files Browse the repository at this point in the history
  • Loading branch information
peschee committed Oct 31, 2023
1 parent 199959d commit 8d972bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ concurrency:

jobs:
deploy:
if: github.repository_owner == 'inventage' && !contains('dependabot', github.ref)
runs-on: ubuntu-latest
steps:
- name: Harden Runner
Expand Down

0 comments on commit 8d972bd

Please sign in to comment.