ci: Ignore certain paths for e2e tests for PRs (no-changelog) (#10533)

This commit is contained in:
Tomi Turtiainen
2024-09-16 21:09:44 +03:00
committed by GitHub
parent 7c23101ab8
commit 7d35ebc61e
3 changed files with 75 additions and 14 deletions

View File

@@ -10,8 +10,6 @@ on:
- .github/workflows/ci-postgres-mysql.yml
pull_request_review:
types: [submitted]
branches:
- 'release/*'
concurrency:
group: db-${{ github.event.pull_request.number || github.ref }}
@@ -21,6 +19,7 @@ jobs:
build:
name: Install & Build
runs-on: ubuntu-latest
if: github.event_name != 'pull_request_review' || startsWith(github.event.pull_request.base.ref, 'release/')
steps:
- uses: actions/checkout@v4.1.1
- run: corepack enable