Skip to content

Commit

Permalink
ci: checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencefidelity committed Aug 21, 2023
1 parent 15df973 commit 0a3c01c
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 0a3c01c

Please sign in to comment.