From d1a06d7502807c95e466e07a39e240b60d1929ad Mon Sep 17 00:00:00 2001 From: Volker Stampa Date: Mon, 30 Oct 2023 09:27:18 +0100 Subject: [PATCH] Name workflow jobs explicitly Otherwise they cannot be enabled as status checks for protected branches --- .github/workflows/documentation.yml | 1 + .github/workflows/frontend.yml | 2 ++ .github/workflows/github-actions.yml | 2 ++ 3 files changed, 5 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ab057fa59..6c93f1e38 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,6 +19,7 @@ permissions: jobs: docs: + name: docs runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index b2f978339..00ba891da 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -23,6 +23,7 @@ defaults: jobs: lint: + name: lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -38,6 +39,7 @@ jobs: - run: pnpm check - run: pnpm lint test: + name: test runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index e59ac4466..ebd7ad695 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -12,6 +12,7 @@ concurrency: jobs: lint-and-test: + name: lint and test runs-on: ubuntu-latest steps: @@ -47,6 +48,7 @@ jobs: poetry run ./scripts/precommit-and-mypy-and-pytest.sh run-notebooks: + name: run notebooks runs-on: ubuntu-latest steps: