Skip to content

Commit

Permalink
chore: prod pipeline 9
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonsfran1165 committed Dec 27, 2024
1 parent bc369d4 commit 8eed220
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Deploy Preview
on:
pull_request:
branches: ['*']
branches-ignore:
- 'renovate/*'
merge_group:

env:
Expand All @@ -29,6 +31,9 @@ jobs:
pull-requests: write
contents: read

# don't execute for renovate renovate/*
if: github.event.pull_request.title != "renovate"

steps:
- uses: actions/checkout@v4

Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Test Renovate

on:
pull_request:
branches: ['renovate/*']
merge_group:

env:
SKIP_ENV_VALIDATION: 1

jobs:
build-lint:
uses: ./.github/workflows/job_build.yaml
with:
pull_secrets: true
project_slug: unprice-zq-xm
env_slug: preview
secrets:
MACHINE_IDENTITY_CLIENT_ID: ${{ secrets.MACHINE_IDENTITY_CLIENT_ID }}
MACHINE_IDENTITY_CLIENT_SECRET: ${{ secrets.MACHINE_IDENTITY_CLIENT_SECRET }}

0 comments on commit 8eed220

Please sign in to comment.