From ed63114e7da0c1388a8e9152f5b56e85eb2add7e Mon Sep 17 00:00:00 2001 From: Leon Matthes Date: Tue, 18 Jun 2024 17:46:03 +0200 Subject: [PATCH] ci: Remove the reference to base_ref in docs job This is only available if the run is triggered by a Pull Request. --- .github/workflows/documentation.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f0c7b50d..084252e9 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -11,8 +11,6 @@ on: jobs: mkdocs: - # Ensure that the tag was from the main branch and not a backport - if: github.event.base_ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4