Skip to content

Commit e3848bc

Browse files
committed
uncomment dependencies for perf workflow in main.yml
1 parent 47c4e0e commit e3848bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)