Skip to content

Commit

Permalink
github: correct dependency job name
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Feb 1, 2024
1 parent fa3d824 commit 3352689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

trigger_deploy:
runs-on: ubuntu-latest
needs: [build_test_push]
needs: [build_push]
steps:
- name: Generate App Token
uses: actions/create-github-app-token@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

trigger_deploy:
runs-on: ubuntu-latest
needs: [build_test_push]
needs: [build_push]
steps:
- name: Generate App Token
uses: actions/create-github-app-token@v1
Expand Down

0 comments on commit 3352689

Please sign in to comment.