mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-4649] GitHub Actions workflow fixes (#3039)
* use commit message only where needed * remove merge checks * remove merge checks
This commit is contained in:
1
.github/actions/adf-linking/action.yml
vendored
1
.github/actions/adf-linking/action.yml
vendored
@@ -4,6 +4,7 @@ description: "ADF linking"
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v1.35.0
|
||||
- name: clone and install
|
||||
shell: bash
|
||||
run: |
|
||||
|
1
.github/actions/before-install/action.yml
vendored
1
.github/actions/before-install/action.yml
vendored
@@ -14,7 +14,6 @@ inputs:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v1.35.0
|
||||
- uses: ./.github/actions/setup
|
||||
- name: setup S3 caching
|
||||
shell: bash
|
||||
|
1
.github/actions/setup/action.yml
vendored
1
.github/actions/setup/action.yml
vendored
@@ -4,7 +4,6 @@ description: "Variables setup"
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v1.35.0
|
||||
- name: setup variables
|
||||
shell: bash
|
||||
run: |
|
||||
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -40,8 +40,7 @@ env:
|
||||
|
||||
jobs:
|
||||
publish-docker-registry:
|
||||
if: github.event.pull_request.merged || inputs.dry-run-release
|
||||
name: "Publish to registry"
|
||||
name: "Publish to Quay"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -64,7 +63,6 @@ jobs:
|
||||
dry-run: ${{ inputs.dry-run-release }}
|
||||
|
||||
publish-to-dockerhub:
|
||||
if: github.event.pull_request.merged || inputs.dry-run-release
|
||||
name: "Publish to Dockerhub"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@@ -88,7 +86,6 @@ jobs:
|
||||
dry-run: ${{ inputs.dry-run-release }}
|
||||
|
||||
publish-git-tag:
|
||||
if: (github.event.pull_request.merged && github.ref_name == 'master') || inputs.dry-run-release
|
||||
name: "Publish git tag"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@@ -115,7 +112,6 @@ jobs:
|
||||
dry-run: ${{ inputs.dry-run-release }}
|
||||
|
||||
publish-libs:
|
||||
if: (github.event.pull_request.merged && github.ref_name == 'master') || inputs.dry-run-release
|
||||
name: "Publish libs to npm and gh registry"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user