Skip to content

Commit

Permalink
ci(quick-feedback): ephemerally set Strategy to 1 Build_n_Test Job, i…
Browse files Browse the repository at this point in the history
…nstead of Matrix for pushed v* tags
  • Loading branch information
boromir674 committed Jan 29, 2024
1 parent 4f3f57a commit 22002f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# set the matrix strategy to Full Matrix Stress Test if on master/main or stress-test branch or any tag
BRANCH_NAME=${GITHUB_REF_NAME}
if [[ $BRANCH_NAME == "stress-test" || $GITHUB_REF == refs/tags/* ]]; then
echo "matrix=$FULL_MATRIX_STRATEGY" >> $GITHUB_OUTPUT
echo "matrix=$UBUNTU_PY310_STRATEGY" >> $GITHUB_OUTPUT
# github.event.head_commit.message has 'do Boarding CI Tests' string
elif [[ "${{ contains(github.event.head_commit.message, env.BOARDING_EVENT) }}" == 'true' ]]; then
Expand Down

0 comments on commit 22002f3

Please sign in to comment.