mirror of
https://github.com/cdr/code-server.git
synced 2026-04-26 00:41:20 +02:00
fixup!: change to src/**"
This commit is contained in:
parent
e41dc6a55a
commit
65b74fc59f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -189,7 +189,7 @@ jobs:
|
||||||
uses: tj-actions/changed-files@v23.2
|
uses: tj-actions/changed-files@v23.2
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
./src/**/*
|
src/**
|
||||||
|
|
||||||
- name: Install Node.js v16
|
- name: Install Node.js v16
|
||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue