Skip to content

Commit

Permalink
omit unnecessary run
Browse files Browse the repository at this point in the history
  • Loading branch information
juanep97 committed Apr 10, 2024
1 parent 5503caf commit 1aa6b1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:

docs:
runs-on: [self-hosted, x64, Linux, ubuntu, generic]
# Don't run if this is a tag push, already done during docs deployment (docs.yml)
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1aa6b1c

Please sign in to comment.