refactor: rename check scripts to start with 'check-'
This commit is contained in:
parent
4ff34e3188
commit
05129bd919
|
@ -28,7 +28,7 @@ jobs:
|
|||
if: endsWith(github.repository, 'enterprise')
|
||||
run: ./scripts/update-appup.sh emqx-ee --check
|
||||
- name: Check apps version
|
||||
run: ./scripts/apps-version-check.sh
|
||||
run: ./scripts/check-apps-vsn.sh
|
||||
- name: Check chart versions
|
||||
run: ./scripts/check-chart-vsn.sh
|
||||
- uses: actions/upload-artifact@v3.1.0
|
||||
|
|
Loading…
Reference in New Issue