Skip to content

Commit

Permalink
Merge pull request #5 from sciencefidelity/ci/test-5
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencefidelity authored Aug 21, 2023
2 parents 15df973 + 0a3c01c commit 556ccc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
echo ${{ env.PACKAGE_TAG }}
echo ${{ env.GITHUB_BRANCH }}
env:
MATT_ENV: ${{ (github.event.pull_request.merged == true && env.GITHUB_BRANCH == 'main') && 'production' || 'staging' }}
PACKAGE_TAG: ${{ (github.event.pull_request.merged == true && env.GITHUB_BRANCH == 'main') && '' || '--tag beta' }}
MATT_ENV: ${{ (github.event.pull_request.merged != false && env.GITHUB_BRANCH == 'main') && 'production' || 'staging' }}
PACKAGE_TAG: ${{ (github.event.pull_request.merged != false && env.GITHUB_BRANCH == 'main') && '' || '--tag beta' }}

0 comments on commit 556ccc2

Please sign in to comment.