We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3dc808 commit d23f17aCopy full SHA for d23f17a
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
test:
8
name: Run unit tests on the ontology
9
- if: "!(github.event_name == 'pull_request') && github.event.pusher.email == '[email protected]')"
+ if: "!(github.event_name == 'pull_request' && github.event.pusher.email == '[email protected]')"
10
runs-on: ubuntu-latest
11
steps:
12
# Check out the repository
0 commit comments