Skip to content

Commit d23f17a

Browse files
committed
chore: fixed typo in workflow
1 parent f3dc808 commit d23f17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
test:
88
name: Run unit tests on the ontology
9-
if: "!(github.event_name == 'pull_request') && github.event.pusher.email == '[email protected]')"
9+
if: "!(github.event_name == 'pull_request' && github.event.pusher.email == '[email protected]')"
1010
runs-on: ubuntu-latest
1111
steps:
1212
# Check out the repository

0 commit comments

Comments
 (0)