From 652c53094813488ca8d79fd21a185e968566e05d Mon Sep 17 00:00:00 2001 From: Marko Kungla Date: Sat, 25 Sep 2021 23:15:34 +0300 Subject: [PATCH] use node 16 --- .github/workflows/github-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-issues.yml b/.github/workflows/github-issues.yml index bc677a9..4b81f2d 100644 --- a/.github/workflows/github-issues.yml +++ b/.github/workflows/github-issues.yml @@ -703,7 +703,7 @@ jobs: discord: needs: socials runs-on: ubuntu-latest - if: ${{ !failure() && !cancelled() }} + if: ${{ !failure() && !cancelled() && needs.socials.outputs.discord-enabled == 'true' }} steps: - run: echo "${{ toJSON(needs) }}" continue-on-error: true