Skip to content

Commit

Permalink
gha: clarify information in the commit status
Browse files Browse the repository at this point in the history
Parametrizing by workflow's matrix entries future-proofs the workflow.
  • Loading branch information
jsliacan committed Feb 2, 2024
1 parent d6f8d57 commit 38ad3e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
OUTCOME="pending"
DESCRIPTION="Running e2e on Windows"
CONTEXT="win-ci-e2e"
CONTEXT="ci/gh/e2e/windows-${{ matrix.windows-version }}-${{ matrix.windows-featurepack }}"
# post result to commit status
curl -L -v \
Expand Down Expand Up @@ -197,8 +197,8 @@ jobs:
OUTCOME="failure";
fi
DESCRIPTION="Finished e2e on Windows"
CONTEXT="win-ci-e2e"
DESCRIPTION="Finished"
CONTEXT="ci/gh/e2e/windows-${{ matrix.windows-version }}-${{ matrix.windows-featurepack }}"
# post result to commit status
curl -L -v \
Expand Down

0 comments on commit 38ad3e4

Please sign in to comment.