From 0d279a15763e0e59d60dd7013b647e2153dd26e6 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Tue, 09 Aug 2022 07:41:07 +0000 Subject: [PATCH] Temporary enable running tests ub a DRAFT mode --- --- a/.github/workflows/forkless-update-nodata.yml +++ b/.github/workflows/forkless-update-nodata.yml @@ -52,7 +52,7 @@ steps: - - name: Skip if pull request is in Draft +# - name: Skip if pull request is in Draft # `if: github.event.pull_request.draft == true` should be kept here, at # the step level, rather than at the job level. The latter is not # recommended because when the PR is moved from "Draft" to "Ready to @@ -67,8 +67,8 @@ # 4. Move it to "Ready for review"; now the workflow is passing (it was # skipped) and "Check reviews" is also passing (it won't be updated # until the workflow is finished) - if: github.event.pull_request.draft == true - run: exit 1 +# if: github.event.pull_request.draft == true +# run: exit 1 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 -- gitstuff