diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fae5fdf..dcc26f6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,5 +1,8 @@ name: Tests +run-name: >- + Tests: ${{ github.event_name }} on ${{ github.ref_name }} by ${{ github.actor }} (commit ${{ github.sha }}) + on: pull_request: branches: @@ -10,7 +13,6 @@ on: push: branches: - dev - - stage - main jobs: