Skip to content

Commit

Permalink
Merge pull request #326 from liquibase/hotfix/automation-release
Browse files Browse the repository at this point in the history
fix release conflict
  • Loading branch information
mcred committed May 12, 2021
2 parents af7b7cc + f052c19 commit 602e937
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 67 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/build.yml

This file was deleted.

12 changes: 1 addition & 11 deletions .github/workflows/pull-request-labeled-closed.yml
Expand Up @@ -6,20 +6,10 @@ on:
- closed

jobs:
verify:
name: Verify Closed PR is Release Candidate
runs-on: ubuntu-latest
if: |
${{ github.ref == 'main' }} &&
${{ github.event.pull_request.merged }} &&
contains( github.event.pull_request.labels.*.name, 'Extension Release Candidate :rocket:' )
steps:
- run: echo "Starting Release ... "

build:
needs: [verify]
name: Build Artifact
runs-on: ubuntu-latest
if: github.ref == 'main'&& github.event.pull_request.merged && contains( github.event.pull_request.labels.*.name, 'Extension Release Candidate :rocket:' )
steps:
- uses: actions/checkout@v2
- name: Cache Local Maven Repository
Expand Down

0 comments on commit 602e937

Please sign in to comment.