Remove test builds section of PR template

This is covered by the CI checks now
This commit is contained in:
Sam Partington
2020-07-02 13:37:46 +01:00
parent 55a6f9e0a8
commit 57a57713c3

View File

@@ -1,7 +1,4 @@
### Merge / deployment checklist
- Run test builds as necessary. Can be on this repository or elsewhere as needed in order to test the change - please include links to tests in other repos!
- [ ] CodeQL using init/analyze actions
- [ ] 3rd party tool using upload action
- [ ] Confirm this change is backwards compatible with existing workflows.
- [ ] Confirm the [readme](https://github.com/github/codeql-action/blob/master/README.md) has been updated if necessary.