build: fix major dependencies update workflow file (#35811)
This commit is contained in:
parent
e0b4c485fe
commit
f8077cc004
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ jobs:
|
||||||
trigger:
|
trigger:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: check_tag
|
needs: check_tag
|
||||||
if: jobs.check_tag.outputs.should_release == 'true'
|
if: needs.check_tag.outputs.should_release == 'true'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Trigger New chromedriver Release
|
- name: Trigger New chromedriver Release
|
||||||
|
|
Loading…
Reference in a new issue