diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index cd910a4..6babbc1 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -24,7 +24,6 @@ on: workflow_dispatch: jobs: - # This job is used as a workaround to a limitation when using a matrix of # variations that a job should be executed against. The limitation is that a # matrix once defined can't include any conditions. diff --git a/docs/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md index c39c1c7..214518a 100644 --- a/docs/PULL_REQUEST_TEMPLATE.md +++ b/docs/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ - - [ ] Add / update documentation - - [ ] Add tests +- [ ] Add / update documentation +- [ ] Add tests