We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679b1fe commit e0c0cc4Copy full SHA for e0c0cc4
.github/workflows/check.yml
@@ -21,9 +21,6 @@ on:
21
concurrency:
22
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
23
cancel-in-progress: true
24
-defaults:
25
- run:
26
- working-directory: ./optd-persistent
27
name: check
28
jobs:
29
fmt:
.github/workflows/test.yml
@@ -17,9 +17,6 @@ on:
17
18
19
20
name: test
required:
0 commit comments