Skip to content

Commit 47c4e0e

Browse files
committed
comment out dependencies for perf workflow in main.yml
1 parent 8261acd commit 47c4e0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
- pre-commit
3232
uses: ./.github/workflows/windows.yml
3333
perf:
34-
needs:
35-
- ubuntu
36-
- mac
37-
- windows
34+
# needs:
35+
# - ubuntu
36+
# - mac
37+
# - windows
3838
uses: ./.github/workflows/perf.yml
3939

4040
pages:

0 commit comments

Comments
 (0)