Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
p2edwards committed Nov 23, 2024
1 parent c68a8c4 commit 3645b12
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
pull-requests: read

outputs:
npm-test: ${{ steps.filter.outputs.should-run-npm-test }}
pytest: ${{ steps.filter.outputs.should-run-pytest }}
darker: ${{ steps.filter.outputs.should-run-darker }}
npm-test: ${{ steps.filter.outputs.should-run-npm-test }}
pytest: ${{ steps.filter.outputs.should-run-pytest }}
darker: ${{ steps.filter.outputs.should-run-darker }}
new-unknown-files: ${{ steps.filter.outputs.new-files-at-root-level }}

steps:
- name: Checkout source code (merge ref)
Expand All @@ -35,7 +36,5 @@ jobs:
run: echo 'backend files changed; should run pytest.yml'
- if: steps.filter.outputs.darker
run: echo 'python files changed; should run darker.yml'
- if: steps.filter.outputs.ci
run: echo 'selective ci filtering updated'
- if: steps.filter.outputs.new-unknown-files:
- if: steps.filter.outputs.new-unknown-files
run: echo 'unlisted files changed; will likely run pytest and npm-test'

0 comments on commit 3645b12

Please sign in to comment.