We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1b511 commit cc1409bCopy full SHA for cc1409b
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
ruff-format-check:
11
name: Ruff Format Check
12
- runs-on: ubuntu-latest
+ runs-on: warp-ubuntu-latest-x64-2x
13
steps:
14
- uses: actions/checkout@v4
15
@@ -73,7 +73,7 @@ jobs:
73
all-checks-passed:
74
name: All Checks Passed
75
needs: [ruff-format-check, test]
76
77
if: always()
78
79
- name: Verify all checks passed
0 commit comments