Closed SteveCookTU closed 3 months ago
This PR works to help solve actions running twice for PR pushes. Solution found and described here: https://github.com/orgs/community/discussions/57827
Another option is we could filter out the push actions (which may be better for the action lists) so that is only builds on pushes to master and PRs would take the pull_request event like intended
This PR works to help solve actions running twice for PR pushes. Solution found and described here: https://github.com/orgs/community/discussions/57827