Skip to content

Commit

Permalink
ci: Remove the reference to base_ref in docs job
Browse files Browse the repository at this point in the history
This is only available if the run is triggered by a Pull Request.
  • Loading branch information
LeonMatthesKDAB committed Jun 19, 2024
1 parent 37c6d0b commit ed63114
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed63114

Please sign in to comment.