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

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
trop[bot]
2022-09-26 12:51:23 -04:00
committed by GitHub
parent 6e2d2d8d73
commit 587abcc0a3

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