Skip to content

Commit

Permalink
Merge pull request #26 from UnicornChance/tes
Browse files Browse the repository at this point in the history
fix: doc only
  • Loading branch information
UnicornChance authored Aug 26, 2024
2 parents 8c37b8e + fdbca39 commit 0b06562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-shim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
run: echo "only_docs_changed=${{ steps.docs_check.outputs.non_docs_changed == 'false' }}" >> $GITHUB_ENV

docs-only:
needs: check-only-docs-changes
if: env.only_docs_changed == 'true'
needs: check-only-non-docs-changes
if: needs.check-only-non-docs-changes.outputs.run_slim_dev == 'true'
runs-on: ubuntu-latest
steps:
- name: Lint Check (Simulated)
Expand Down

0 comments on commit 0b06562

Please sign in to comment.