From 6bbcc5f53733fad684d4ff593f58b55338226bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Kr=C3=A1tk=C3=BD?= Date: Mon, 12 Aug 2024 15:53:27 +0200 Subject: [PATCH] Update the docs checks runner to ubuntu-latest. --- .github/workflows/automatic-doc-checks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/automatic-doc-checks.yml b/.github/workflows/automatic-doc-checks.yml index 5c67a2b8c..0433a020c 100644 --- a/.github/workflows/automatic-doc-checks.yml +++ b/.github/workflows/automatic-doc-checks.yml @@ -5,6 +5,7 @@ on: paths: - 'doc/**' push: + branches: [ main ] paths: - 'doc/**' workflow_dispatch: @@ -40,7 +41,7 @@ concurrency: jobs: docchecks: name: Run documentation checks - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest outputs: result_spelling: ${{ steps.spellcheck-step.outcome }} result_woke: ${{ steps.woke-step.outcome }}