Skip to content

Commit

Permalink
chore: update readme (PS-442) (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
maoanran authored Sep 18, 2024
1 parent ccb0689 commit 01a808f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
trigger-staging-deploy:
needs: monta-merge
if: ${{ needs.monta-merge.outputs.base_branch == 'staging' }}
# change this to your deploy workflow
# Update this to your deployment workflow, and ensure it runs on workflow_call
uses: ./.github/workflows/deploy_staging.yaml
secrets: inherit
Expand All @@ -97,7 +97,7 @@ jobs:
trigger-production-deploy:
needs: trigger-production-tag-release
# change this to your deploy workflow
# Update this to your deployment workflow, and ensure it runs on workflow_call
uses: ./.github/workflows/deploy_production.yaml
if: ${{ needs.trigger-production-tag-release.outputs.tag_exists == 'false' }}
secrets: inherit
Expand Down

0 comments on commit 01a808f

Please sign in to comment.