diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 76cf506..4aa7256 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -8,9 +8,9 @@ jobs: # Formato de comentario: /deploy-beta if: | github.event.issue.author_association == 'MEMBER' && - (github.event.issue.state == 'open' && !github.event.issue.draft && github.event.issue.state == 'open') && - (!github.event.issue.locked && !github.event.issue.active_lock_reason) && - (!github.event.issue.pull_request.merged_at) + (github.event.issue.state == 'open' && !github.event.issue.draft) && + (!github.event.issue.locked && github.event.issue.active_lock_reason == null) && + (github.event.issue.pull_request.merged_at == null) runs-on: macos-latest environment: development steps: