Skip to content

Commit

Permalink
ci: fix up exclude (#1544)
Browse files Browse the repository at this point in the history
Unfortunately, shared worklfows can't take objects as params - this needs to be a string...
  • Loading branch information
dominykas committed Jul 14, 2022
1 parent 99205ec commit 22e2f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
include: |
- runs-on: ubuntu-latest
node-version: 16.8
exclude:
exclude: |
- runs-on: windows-latest
node-version: 16
automerge:
Expand Down

0 comments on commit 22e2f39

Please sign in to comment.