Skip to content

Commit

Permalink
move build matrix to the build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Jul 9, 2021
1 parent fa37237 commit a92d0c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- "master"
paths:
- ".github/workflows/buildmatrix/**"
- "./build/matrix/**"
- "scripts/**"
- "dockerfiles/Dockerfile_r-ver_*"
- "dockerfiles/Dockerfile_rstudio_*"
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- id: set-json
run: |
JSON=.github/workflows/buildmatrix/latest.json
JSON=./build/matrix/latest.json
echo ::set-output name=json::${JSON}
echo ${JSON}
- id: set-matrix
Expand Down
2 changes: 1 addition & 1 deletion build/make-stacks.R
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ df_args %>%
{
list(include = .)
} %>%
jsonlite::write_json(".github/workflows/buildmatrix/latest.json", pretty = TRUE, auto_unbox = TRUE)
jsonlite::write_json("./build/matrix/latest.json", pretty = TRUE, auto_unbox = TRUE)

message("\nstart writing stack files.")

Expand Down
File renamed without changes.

0 comments on commit a92d0c1

Please sign in to comment.