diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5e1570b..b55eaf4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,6 +10,14 @@ permissions: contents: read jobs: + context: + name: Display context + runs-on: ubuntu-latest + if: >- + github.event.pull_request + && github.event.pull_request.merged == false + steps: + - run: echo "${{github.event.pull_request.user.login}}" tests: name: Python tests runs-on: ubuntu-latest