Skip to content

Commit ce94f2b

Browse files
try correct ci yaml file
1 parent b72d739 commit ce94f2b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
workflow_run:
5+
workflows: [Ruff]
6+
types: [completed]
47

58
jobs:
69
test:
710
runs-on: ubuntu-latest
8-
needs: ruff
911

1012
steps:
1113
- name: Checkout repository

0 commit comments

Comments
 (0)