Skip to content

Commit 981edcd

Browse files
authored
Verify the changelog on linux only
1 parent 868d90b commit 981edcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
run: |
121121
pytest -vv -s
122122
- name: Verify the Generate Changelog Action
123+
if: ${{ matrix.os == 'ubuntu' }}
123124
env:
124125
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
125126
TARGET: https://github.com/jupyter-server/jupyter_releaser

0 commit comments

Comments
 (0)