build: fix major dependencies update workflow file (#35811)

This commit is contained in:
Shelley Vohr 2022-09-26 07:15:37 -07:00 committed by GitHub
parent e0b4c485fe
commit f8077cc004
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ jobs:
trigger:
runs-on: ubuntu-latest
needs: check_tag
if: jobs.check_tag.outputs.should_release == 'true'
if: needs.check_tag.outputs.should_release == 'true'
steps:
- uses: actions/checkout@v3
- name: Trigger New chromedriver Release