#61699 closed defect (bug) (fixed)
Performance workflow cannot find artifact in branches on `workflow_dispatch`
Reported by: | desrosj | Owned by: | desrosj |
---|---|---|---|
Milestone: | 6.7 | Priority: | normal |
Severity: | normal | Version: | 6.6 |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description
The performance workflow has been failing for branches when triggered using workflow_dispatch
since the changes related to #61213.
This seems to be happening due to a lack of a github.event.before
property in the event payload for workflow_dispatch
, which results in TARGET_SHA
being set to an empty value.
Change History (3)
Note: See
TracTickets for help on using
tickets.
This attempts to use native
git
commands to find the preceding commit SHA when one is not provided through GitHub Actions contexts.Trac ticket: https://core.trac.wordpress.org/ticket/61699