From the looks of #1180, we enabled 'pull_request' as a tests-pytest.yml trigger in order to support contributions from forked repositories and we've tolerated some duplication ever since.
now that pull requests from non-contributors are disabled, since we don't have that enabled anymore, it would be a nice quality of life improvement to update our triggers and avoid running duplicate github actions when pull requests are updated.
Acceptance Criteria
tests-pytest.yml
codeql.yml
check-dynamic-version.yml
check-migrations-and-messages.yml
Additional context
nasa/cFS#169
From the looks of #1180, we enabled 'pull_request' as a tests-pytest.yml trigger in order to support contributions from forked repositories and we've tolerated some duplication ever since.
now that pull requests from non-contributors are disabled, since we don't have that enabled anymore,it would be a nice quality of life improvement to update our triggers and avoid running duplicate github actions when pull requests are updated.Acceptance Criteria
maintests-pytest.ymlcodeql.ymlcheck-dynamic-version.ymlcheck-migrations-and-messages.ymlAdditional context
nasa/cFS#169