Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Jun 27, 2024
1 parent d3aec3b commit eafd430
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ jobs:
- name: Setup R dependencies
uses: insightsengineering/setup-r-dependencies@initialize-actions

- uses: r-hub/actions/setup-deps@v1
with:
token: ${{ secrets.RHUB_TOKEN }}
job-config: ${{ matrix.config.job-config }}
needs: DepsDev,DepsBranch
# - uses: r-hub/actions/setup-deps@v1
# with:
# token: ${{ secrets.RHUB_TOKEN }}
# job-config: ${{ matrix.config.job-config }}
# needs: DepsDev,DepsBranch

- uses: r-hub/actions/run-check@v1
with:
token: ${{ secrets.RHUB_TOKEN }}
Expand Down Expand Up @@ -84,11 +85,12 @@ jobs:
- name: Setup R dependencies
uses: insightsengineering/setup-r-dependencies@initialize-actions

- uses: r-hub/actions/setup-deps@v1
with:
job-config: ${{ matrix.config.job-config }}
token: ${{ secrets.RHUB_TOKEN }}
needs: DepsDev,DepsBranch
# - uses: r-hub/actions/setup-deps@v1
# with:
# job-config: ${{ matrix.config.job-config }}
# token: ${{ secrets.RHUB_TOKEN }}
# needs: DepsDev,DepsBranch

- uses: r-hub/actions/run-check@v1
with:
job-config: ${{ matrix.config.job-config }}
Expand Down

0 comments on commit eafd430

Please sign in to comment.