Skip to content

Commit

Permalink
avoid deploying prod functions during ff-prod runs
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Sep 14, 2023
1 parent b275ad0 commit 1db024b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:


pinning:
if: ${{ inputs.environment != 'ff-prod' }}
name: pinning-${{ inputs.environment}}
uses: ./.github/workflows/pinning-api.yml
secrets: inherit
Expand All @@ -26,6 +27,7 @@ jobs:


onboarding:
if: ${{ inputs.environment != 'ff-prod' }}
name: onboarding-${{ inputs.environment}}
uses: ./.github/workflows/onboarding-api.yml
secrets: inherit
Expand Down

0 comments on commit 1db024b

Please sign in to comment.