You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2022/08/26 22:42:37 UTC

[superset] branch master updated: Removes if statement causing comment not to run (#21222)

This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 092460a1f1 Removes if statement causing comment not to run (#21222)
092460a1f1 is described below

commit 092460a1f1e748a780ff85c7306e6bda80af7999
Author: Eric Briscoe <er...@gmail.com>
AuthorDate: Fri Aug 26 15:42:26 2022 -0700

    Removes if statement causing comment not to run (#21222)
---
 .github/workflows/chromatic-pr.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/chromatic-pr.yml b/.github/workflows/chromatic-pr.yml
index bb4061af67..52982a8ad9 100644
--- a/.github/workflows/chromatic-pr.yml
+++ b/.github/workflows/chromatic-pr.yml
@@ -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