Skip to content

Commit

Permalink
[ACA-4649] GitHub Actions workflow fixes (#3039)
Browse files Browse the repository at this point in the history
* use commit message only where needed

* remove merge checks

* remove merge checks
  • Loading branch information
DenysVuika authored Mar 6, 2023
1 parent b0c5e01 commit b937e23
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/actions/adf-linking/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: "ADF linking"
runs:
using: "composite"
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
- name: clone and install
shell: bash
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/actions/before-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ inputs:
runs:
using: "composite"
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
- uses: ./.github/actions/setup
- name: setup S3 caching
shell: bash
Expand Down
1 change: 0 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ description: "Variables setup"
runs:
using: "composite"
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
- name: setup variables
shell: bash
run: |
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit b937e23

Please sign in to comment.