chore: skip staging deploy for Renovate PRs (#124)
Dependency update PRs from Renovate don't need to be deployed to staging. Uses job-level condition to check head branch prefix. Reviewed-on: graham/towerops-web#124
This commit is contained in:
parent
e0a74e2f77
commit
fbbd3402b3
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ concurrency:
|
|||
jobs:
|
||||
deploy-staging:
|
||||
name: Deploy to Dokku Staging
|
||||
if: ${{ !startsWith(github.head_ref, 'renovate/') }}
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue