Skip to content

Commit

Permalink
Add smoke test to the env id
Browse files Browse the repository at this point in the history
  • Loading branch information
k8so committed Apr 29, 2024
1 parent 9173144 commit ce73ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-smoke-test-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
default: 4h

env:
ENVIRONMENT_ID: smoke-test-${{ inputs.gme_target_version_tag }} || smoke-test-${{ inputs.gme_initial_version }}
ENVIRONMENT_ID: smoke-test-${{ inputs.gme_target_version_tag || inputs.gme_initial_version }}
#ENVIRONMENT_ID: smoke-test

jobs:
Expand Down

0 comments on commit ce73ae3

Please sign in to comment.