Skip to content

Commit

Permalink
ci: fix up exclude (nodejs#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 authored and metcoder95 committed Dec 26, 2022
1 parent 44b8177 commit 52f587d
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 52f587d

Please sign in to comment.