Skip to content

Commit

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

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

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

0 comments on commit fa3d824

Please sign in to comment.