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:
@@ -78,7 +78,7 @@ jobs:
|
|||||||
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
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@@ -103,7 +103,7 @@ jobs:
|
|||||||
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
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@@ -127,7 +127,7 @@ jobs:
|
|||||||
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
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@@ -153,7 +153,7 @@ jobs:
|
|||||||
npm-check-bundle:
|
npm-check-bundle:
|
||||||
needs: [npm-release]
|
needs: [npm-release]
|
||||||
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
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
Reference in New Issue
Block a user