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 crysmags committed Feb 27, 2024
1 parent 41acbc1 commit bd5b1df
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 bd5b1df

Please sign in to comment.