Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
UnicornChance committed Aug 26, 2024
1 parent cefcbc3 commit 2f672ca
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/slim-dev-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ concurrency:
cancel-in-progress: true

jobs:
check-only-non-docs-changes:
runs-on: ubuntu-latest
steps:
- name: Check for non-docs changes
id: docs_check
uses: ./.github/actions/check-non-docs-changes
with:
base_ref: ${{ github.base_ref }}
- name: Set outputs
id: set_output
run: echo "run_slim_dev=${{ steps.docs_check.outputs.non_docs_changed }}" >> $GITHUB_ENV
# check-only-non-docs-changes:
# runs-on: ubuntu-latest
# steps:
# - name: Check for non-docs changes
# id: docs_check
# uses: ./.github/actions/check-non-docs-changes
# with:
# base_ref: ${{ github.base_ref }}
# - name: Set outputs
# id: set_output
# run: echo "run_slim_dev=${{ steps.docs_check.outputs.non_docs_changed }}" >> $GITHUB_ENV

test:
needs: check-only-non-docs-changes
Expand Down

0 comments on commit 2f672ca

Please sign in to comment.