Skip to content

Commit

Permalink
Update create_packages.yml to correct file paths for R and r-api dire…
Browse files Browse the repository at this point in the history
…ctories

- Changed the file path for the R directory from 'r-api/**' to 'R/**'.
- Updated the r-api Dockerfile path to include '.docker/r-api'.

These modifications ensure that the workflow correctly references the intended directories for package creation.
  • Loading branch information
jhagberg committed Jan 2, 2025
1 parent c3f55e0 commit 4b21e1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
- 'docker/main.Dockerfile'
- '.docker/main'
r-api:
- 'r-api/**'
- 'R/**'
- 'docker/r-api.Dockerfile'
- '.docker/r-api'
build:
needs: changes
Expand Down

0 comments on commit 4b21e1e

Please sign in to comment.