mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
devel pipe
This commit is contained in:
@@ -76,7 +76,7 @@ jobs:
|
|||||||
# - uses: ./.github/actions/upload-build-artifacts
|
# - uses: ./.github/actions/upload-build-artifacts
|
||||||
|
|
||||||
release-demoshell:
|
release-demoshell:
|
||||||
needs: [build]
|
# needs: [build]
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
if: github.event.pull_request.merged == true
|
if: github.event.pull_request.merged == true
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
@@ -101,7 +101,7 @@ jobs:
|
|||||||
./scripts/travis/release/release-demoshell-docker.sh
|
./scripts/travis/release/release-demoshell-docker.sh
|
||||||
|
|
||||||
release-storybook:
|
release-storybook:
|
||||||
needs: [build]
|
# needs: [build]
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
if: github.event.pull_request.merged == true
|
if: github.event.pull_request.merged == true
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
@@ -125,7 +125,7 @@ jobs:
|
|||||||
./scripts/travis/release/release-storybook-docker.sh
|
./scripts/travis/release/release-storybook-docker.sh
|
||||||
|
|
||||||
npm-release:
|
npm-release:
|
||||||
needs: [build]
|
# needs: [build]
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
if: github.event.pull_request.merged == true
|
if: github.event.pull_request.merged == true
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|||||||
Reference in New Issue
Block a user