Skip to content

Commit

Permalink
ci: properly rely on adev for the adev-deploy job (#55797)
Browse files Browse the repository at this point in the history
Properly rely on the adev job so that the job actually triggers

PR Close #55797
  • Loading branch information
josephperrott authored and atscott committed May 14, 2024
1 parent 56fb556 commit 3fae2f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ jobs:
run: ./tools/saucelabs/sauce-service.sh stop

adev-deploy:
needs: [adev]
if: needs.adev.result == 'success' && github.event_name == 'push'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3fae2f1

Please sign in to comment.