[fine_tuning] Make it work with ilab training #4176
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check that there is no WIP commit in the PR | |
on: | |
pull_request: | |
branches: [main] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- uses: ./.github/steps/prepare_minimal_ubuntu_image | |
- name: Check that there is no WIP commit in the PR | |
run: | | |
./run_toolbox.py repo validate_no_wip |