Skip to content

Commit f442a34

Browse files
committed
fix action
1 parent 34962d0 commit f442a34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name: Build and test linkml-runtime
77
on: [pull_request]
88

99
jobs:
10+
test:
1011
strategy:
1112
fail-fast: false
1213
matrix:
@@ -15,9 +16,6 @@ jobs:
1516
exclude:
1617
- os: windows-latest
1718
python-version: "3.8"
18-
permissions:
19-
contents: read
20-
2119
runs-on: ${{ matrix.os }}
2220

2321
steps:

0 commit comments

Comments
 (0)