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:
parent
6e8ca2f0e6
commit
d0d033bf97
1 changed files with 1 additions and 1 deletions
2
.github/workflows/reusable_notebook.yml
vendored
2
.github/workflows/reusable_notebook.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue