mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Removes if statement causing comment not to run (#21222)
This commit is contained in:
1
.github/workflows/chromatic-pr.yml
vendored
1
.github/workflows/chromatic-pr.yml
vendored
@@ -66,7 +66,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
# job steps
|
||||
needs: chromatic-deployment
|
||||
if: needs.chromatic-deployment.outputs.storybookUrl && needs.chromatic-deployment.outputs.buildUrl
|
||||
steps:
|
||||
- name: Echo Storybook build link
|
||||
uses: actions/github-script@v6
|
||||
|
||||
Reference in New Issue
Block a user