Skip to content

Commit

Permalink
Merge branch 'develop' into m/_/docs-snippets-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilo59 authored Oct 25, 2023
2 parents 37cbe59 + 6e83cb5 commit 21e04e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ jobs:
- 'tests/test_sets/**'
docs-snippets:
needs: [unit-tests, docs-changes, doc-checks, ci-is-on-main-repo]
needs: [unit-tests, doc-checks, ci-is-on-main-repo]
# run on non-draft PRs with docs changes
if: |
(github.event.pull_request.draft == false && needs.docs-changes.outputs.docs == 'true') ||
(github.event.pull_request.draft == false) ||
(github.event_name == 'push' && contains(github.ref, 'refs/tags/'))
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 21e04e0

Please sign in to comment.