diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 8da7f21..30aa309 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -7,7 +7,8 @@ on: permissions: contents: write jobs: - DeployDocumentation: + run: + name: Build Documentation concurrency: ci-${{ github.ref }} runs-on: ubuntu-20.04 steps: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dc2de72..8617ed0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,6 +5,7 @@ on: - '*' jobs: run: + name: Run Linter runs-on: ubuntu-20.04 steps: - name: Wait for tests to succeed diff --git a/.github/workflows/unit-tests.yaml b/.github/workflows/unit-tests.yaml index ad0ad3b..d488d4c 100644 --- a/.github/workflows/unit-tests.yaml +++ b/.github/workflows/unit-tests.yaml @@ -5,6 +5,7 @@ on: - '*' jobs: run: + name: Run Unit Tests runs-on: ubuntu-20.04 steps: - name: Wait for tests to succeed