diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..8498beb05a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,58 @@ +## Issue + + + + +## Changes + + + + +## Implementation Details + + + + +## Test strategy + + + + +## Notes + diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1211107b08..669115e496 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,14 @@ on: - 'main' - 'develop' pull_request: + paths-ignore: + - '**.md' workflow_dispatch: +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + env: DB_NAME: 'perpl_tests' DB_USER: 'perpl'