chore: Test work of github action when removing label need

Test work of github action when label is not needed

Chore COG-686
This commit is contained in:
Igor Ilic 2024-11-29 12:06:25 +01:00
parent 6e8ca2f0e6
commit d0d033bf97

View file

@ -30,7 +30,7 @@ jobs:
run_notebook_test:
name: test
needs: get_docs_changes
if: needs.get_docs_changes.outputs.changes_outside_docs == 'true' && inputs.label-name == 'run-checks'
if: needs.get_docs_changes.outputs.changes_outside_docs == 'true'
runs-on: ubuntu-latest
defaults:
run: