Skip to content

Commit

Permalink
use node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
mkungla committed Sep 25, 2021
1 parent 831977f commit 652c530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 652c530

Please sign in to comment.