Skip to content

Commit

Permalink
add depends
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Jun 9, 2024
1 parent c41d1dc commit d5e96f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ruff.yml

This file was deleted.

8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ jobs:
do_not_skip: '["pull_request"]'
cancel_others: 'true'
concurrent_skipping: same_content
test:
ruff:
runs-on: ubuntu-latest
needs: pre_job
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
test:
needs: ruff
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit d5e96f7

Please sign in to comment.