Skip to content

Commit

Permalink
changing ga setting
Browse files Browse the repository at this point in the history
  • Loading branch information
djarecka committed Mar 27, 2024
1 parent a324d35 commit e79b311
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test_other_formats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: test generating other formats

on:
push:
paths:
- 'linkml-schema/'
branches:
- main
pull_request:
paths:
- 'linkml-schema/'

jobs:
test:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/tests_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ name: testing schemas with linkml-lint

on:
push:
paths:
- 'linkml-schema/'
branches:
- main
pull_request:
paths:
- 'linkml-schema/'


jobs:
test:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/tests_models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ name: testing schemas with python api

on:
push:
paths:
- 'linkml-schema/'
branches:
- main
pull_request:
paths:
- 'linkml-schema/'


jobs:
test:
Expand Down

0 comments on commit e79b311

Please sign in to comment.