File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515 lint :
16+ if : github.ref != 'refs/heads/beads-sync'
1617 runs-on : ubuntu-latest
1718 steps :
1819 - name : Checkout code
3132 run : pnpm lint
3233
3334 typecheck :
35+ if : github.ref != 'refs/heads/beads-sync'
3436 runs-on : ubuntu-latest
3537 steps :
3638 - name : Checkout code
4951 run : pnpm typecheck
5052
5153 test :
54+ if : github.ref != 'refs/heads/beads-sync'
5255 runs-on : ubuntu-latest
5356 needs : [lint, typecheck]
5457 permissions :
8992 run : pnpm --filter @proofkit/fmodata test:e2e
9093
9194 build :
95+ if : github.ref != 'refs/heads/beads-sync'
9296 runs-on : ubuntu-latest
9397 needs : [test]
9498 steps :
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ permissions:
2020
2121jobs :
2222 quality :
23+ if : github.ref != 'refs/heads/beads-sync'
2324 name : Quality Checks
2425 runs-on : ubuntu-latest
2526 steps :
6667 run : pnpm --filter @proofkit/fmodata test:e2e
6768
6869 release :
70+ if : github.ref != 'refs/heads/beads-sync'
6971 name : Release
7072 needs : [quality]
7173 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments