Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Update cypress.yaml GHA to not refer to workflow name. #9649

Conversation

michaelkaye
Copy link
Contributor

@michaelkaye michaelkaye commented Nov 29, 2022

More of a nit than a bugfix, that I came across trying to infer how this build worked on a fork.

The previous workflow name is not a reference to a current workflow in the codebase (it was a reference to a previous one). The action still works though, so didn't require the name to be correct.

From https://github.com/dawidd6/action-download-artifact#usage it seems to infer the workflow name from the run_id - so I think we shouldn't pass it to the action so we can avoid confusion.

Example of it running already

Checklist

  • Tests written for new code (and old code if feasible) -- no tests written as fairly minimal CI change
  • Linter and other CI checks pass
  • Sign-off given on the changes (see CONTRIBUTING.md)

Type: task


This change is marked as an internal change (Task), so will not be included in the changelog.

Extra info: This workflow name doesn't seem to be relevant- the workflow in
question hasn't run for ~6months so it seems to be ignoring this value.
@michaelkaye michaelkaye requested a review from a team as a code owner November 29, 2022 16:04
@github-actions github-actions bot added the T-Task Refactoring, enabling or disabling functionality, other engineering tasks label Dec 5, 2022
@t3chguy t3chguy merged commit 7065c58 into matrix-org:develop Dec 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T-Task Refactoring, enabling or disabling functionality, other engineering tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants