We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4acd84c commit 16d2913Copy full SHA for 16d2913
1 file changed
.github/workflows/api.yml
@@ -24,7 +24,7 @@ jobs:
24
CI: true
25
26
lint:
27
- runs-on: [self-hosted, arm]
+ runs-on: [self-hosted]
28
29
steps:
30
- uses: actions/checkout@v4
@@ -43,7 +43,7 @@ jobs:
43
44
45
test:
46
47
48
49
@@ -61,7 +61,7 @@ jobs:
61
build:
62
needs: [typecheck, lint, test]
63
if: github.ref == 'refs/heads/master' || contains(github.ref, 'refs/tags/')
64
65
66
67
0 commit comments