Skip to content

Commit

Permalink
AAE-12721-PR-closed-check (#8282)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurizio-cacace authored Feb 16, 2023
1 parent c00c764 commit f8f6d14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ env:
jobs:
setup:
timeout-minutes: 20
if: github.event.pull_request.merged || ${{ inputs.dry-run-release }}
if: github.event.pull_request.merged
name: "Setup"
runs-on: ubuntu-22.04
steps:
Expand All @@ -91,7 +91,7 @@ jobs:
release-demoshell:
needs: [setup]
timeout-minutes: 15
if: github.event.pull_request.merged || ${{ inputs.dry-run-release }}
if: github.event.pull_request.merged
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
Expand All @@ -117,7 +117,7 @@ jobs:
release-storybook:
needs: [setup]
timeout-minutes: 15
if: github.event.pull_request.merged || ${{ inputs.dry-run-release }}
if: github.event.pull_request.merged
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
Expand All @@ -144,7 +144,7 @@ jobs:
release-npm:
needs: [setup]
timeout-minutes: 15
if: github.event.pull_request.merged == true || ${{ inputs.dry-run-release }}
if: github.event.pull_request.merged == true
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
npm-check-bundle:
needs: [release-npm]
timeout-minutes: 15
if: github.event.pull_request.merged == true || ${{ inputs.dry-run-release }}
if: github.event.pull_request.merged == true
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
Expand Down

0 comments on commit f8f6d14

Please sign in to comment.