eic / EICrecon

EIC Reconstruction - JANA based
https://eic.github.io/EICrecon
GNU Lesser General Public License v3.0
6 stars 29 forks source link

linux-eic-shell.yml: use github.head_ref #1458

Closed veprbl closed 4 months ago

veprbl commented 4 months ago

The documentation https://docs.github.com/en/actions/learn-github-actions/contexts#github-context says that it only works for pull_request*, but there is some hope that it can inherit from merge_group payload too https://docs.github.com/en/webhooks/webhook-events-and-payloads#merge_group . Then that would fix issues with missing capybara references on main: https://github.com/eic/EICrecon/issues/1264

Fixes: #1264

veprbl commented 4 months ago

@wdconinc Should we try merging this? I hope to get main to green again.