amitmiran137 commented on a change in pull request #12666:
URL: https://github.com/apache/superset/pull/12666#discussion_r562109943
##########
File path: .github/workflows/docker.yml
##########
@@ -9,6 +9,7 @@ on:
jobs:
build:
+ if: github.event.pull_request.draft == false
Review comment:
it shouldn't conflict bc we have the
on:
push
which triggers every time but the condition for enabling the job is always
**when not draft**
so only when you push and PR is not draft CI will run
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]