devel pipe

This commit is contained in:
Marco Carrozzo
2022-12-15 15:49:24 +01:00
parent 213f5f8eec
commit 89a6af9b85
+4 -4
View File
@@ -78,7 +78,7 @@ jobs:
release-demoshell:
# needs: [build]
timeout-minutes: 10
if: github.event.pull_request.merged == true
# if: github.event.pull_request.merged == true
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
@@ -103,7 +103,7 @@ jobs:
release-storybook:
# needs: [build]
timeout-minutes: 10
if: github.event.pull_request.merged == true
# if: github.event.pull_request.merged == true
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
@@ -127,7 +127,7 @@ jobs:
npm-release:
# needs: [build]
timeout-minutes: 10
if: github.event.pull_request.merged == true
# if: github.event.pull_request.merged == true
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
@@ -153,7 +153,7 @@ jobs:
npm-check-bundle:
needs: [npm-release]
timeout-minutes: 10
if: github.event.pull_request.merged == true
# if: github.event.pull_request.merged == true
runs-on: ubuntu-22.04
steps:
- name: Checkout repository