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:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
- uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v1.35.0
|
||||||
- name: clone and install
|
- name: clone and install
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
1
.github/actions/before-install/action.yml
vendored
1
.github/actions/before-install/action.yml
vendored
@@ -14,7 +14,6 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v1.35.0
|
|
||||||
- uses: ./.github/actions/setup
|
- uses: ./.github/actions/setup
|
||||||
- name: setup S3 caching
|
- name: setup S3 caching
|
||||||
shell: bash
|
shell: bash
|
||||||
|
1
.github/actions/setup/action.yml
vendored
1
.github/actions/setup/action.yml
vendored
@@ -4,7 +4,6 @@ description: "Variables setup"
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v1.35.0
|
|
||||||
- name: setup variables
|
- name: setup variables
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -40,8 +40,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-docker-registry:
|
publish-docker-registry:
|
||||||
if: github.event.pull_request.merged || inputs.dry-run-release
|
name: "Publish to Quay"
|
||||||
name: "Publish to registry"
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -64,7 +63,6 @@ jobs:
|
|||||||
dry-run: ${{ inputs.dry-run-release }}
|
dry-run: ${{ inputs.dry-run-release }}
|
||||||
|
|
||||||
publish-to-dockerhub:
|
publish-to-dockerhub:
|
||||||
if: github.event.pull_request.merged || inputs.dry-run-release
|
|
||||||
name: "Publish to Dockerhub"
|
name: "Publish to Dockerhub"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -88,7 +86,6 @@ jobs:
|
|||||||
dry-run: ${{ inputs.dry-run-release }}
|
dry-run: ${{ inputs.dry-run-release }}
|
||||||
|
|
||||||
publish-git-tag:
|
publish-git-tag:
|
||||||
if: (github.event.pull_request.merged && github.ref_name == 'master') || inputs.dry-run-release
|
|
||||||
name: "Publish git tag"
|
name: "Publish git tag"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -115,7 +112,6 @@ jobs:
|
|||||||
dry-run: ${{ inputs.dry-run-release }}
|
dry-run: ${{ inputs.dry-run-release }}
|
||||||
|
|
||||||
publish-libs:
|
publish-libs:
|
||||||
if: (github.event.pull_request.merged && github.ref_name == 'master') || inputs.dry-run-release
|
|
||||||
name: "Publish libs to npm and gh registry"
|
name: "Publish libs to npm and gh registry"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user