Skip to content

Commit

Permalink
subdirs not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
infotroph committed Apr 10, 2024
1 parent cb5368e commit 0ccf099
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/ci-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
R:
- "devel"
uses: ./.github/workflows/reused/test.yml
uses: ./.github/workflows/test.yml
with:
R-version: ${{ matrix.R }}
secrets: inherit
Expand All @@ -24,7 +24,7 @@ jobs:
matrix:
R:
- "devel"
uses: ./.github/workflows/reused/check.yml
uses: ./.github/workflows/check.yml
with:
R-version: ${{ matrix.R }}
make-grouping: ${{ matrix.package }}
Expand All @@ -36,7 +36,7 @@ jobs:
matrix:
R:
- "devel"
uses: ./.github/workflows/reused/sipnet.yml
uses: ./.github/workflows/sipnet.yml
with:
R-version: ${{ matrix.R }}
secrets: inherit
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
R:
- "4.2"
- "4.1"
uses: ./.github/workflows/reused/test.yml
uses: ./.github/workflows/test.yml
with:
R-version: ${{ matrix.R }}
secrets: inherit
Expand All @@ -47,7 +47,7 @@ jobs:
R:
- "4.2"
- "4.1"
uses: ./.github/workflows/reused/check.yml
uses: ./.github/workflows/check.yml
with:
R-version: ${{ matrix.R }}
make-grouping: ${{ matrix.package }}
Expand All @@ -61,7 +61,7 @@ jobs:
R:
- "4.2"
- "4.1"
uses: ./.github/workflows/reused/sipnet.yml
uses: ./.github/workflows/sipnet.yml
with:
R-version: ${{ matrix.R }}
secrets: inherit
File renamed without changes.
File renamed without changes.

0 comments on commit 0ccf099

Please sign in to comment.