Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/windows-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

OUTCOME="pending"
DESCRIPTION="Running e2e on Windows"
CONTEXT="win-ci-e2e"
CONTEXT="win-ci-e2e-s"

# post result to commit status
curl -L -v \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:

- name: Save the GH context in an artifact
- name: Save the GH context in an artifacts
shell: bash
env:
GH_CONTEXT: ${{ toJSON(github) }}
Expand Down