Test - DAT-16520 Extensions :: "Attach Artifact to Release" task is not executed when the PR is automerged by dependab #66
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Test | |
on: | |
workflow_dispatch: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
jobs: | |
build-test: | |
uses: liquibase/build-logic/.github/workflows/[email protected] | |
secrets: inherit | |
with: | |
extraMavenArgs: -Dtest="RedshiftDatabaseTest" | |
dependabot-automerge: | |
needs: build-test | |
uses: liquibase/build-logic/.github/workflows/[email protected] | |
secrets: inherit |