Skip to content

Commit

Permalink
Run ci less
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Sep 25, 2024
1 parent 7f6ea89 commit 35c4dd8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ on:
paths:
- "openapi.yaml"
- .github/workflows/openapi.yml
pull_request:
pull_request_target:
paths:
- "openapi.yaml"
- .github/workflows/openapi.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
lintspec:
runs-on: ubuntu-latest
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ on:
- "openapi.yaml"
- "python/remotebmi/**"
- .github/workflows/python.yml
pull_request:
pull_request_target:
paths:
- "openapi.yaml"
- "python/remotebmi/**"
- .github/workflows/python.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
python:
runs-on: ubuntu-latest
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ on:
paths:
- "R/remotebmi/**"
- .github/workflows/r.yml
pull_request:
pull_request_target:
paths:
- "R/remotebmi/**"
- .github/workflows/r.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
r:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 35c4dd8

Please sign in to comment.