Skip to content

Commit e0c0cc4

Browse files
committed
fix CI
1 parent 679b1fe commit e0c0cc4

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ on:
2121
concurrency:
2222
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
2323
cancel-in-progress: true
24-
defaults:
25-
run:
26-
working-directory: ./optd-persistent
2724
name: check
2825
jobs:
2926
fmt:

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ on:
1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1919
cancel-in-progress: true
20-
defaults:
21-
run:
22-
working-directory: ./optd-persistent
2320
name: test
2421
jobs:
2522
required:

0 commit comments

Comments
 (0)