Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from carpentries-incubator/update-workflows-manual
Browse files Browse the repository at this point in the history
Update workflows
  • Loading branch information
tobyhodges authored Feb 6, 2024
2 parents b41e0e0 + 7be3e11 commit 0f43aea
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/README.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ are okay.

This update is run ~~weekly or~~ on demand.

### 03 Maintain: Update Pacakge Cache (update-cache.yaml)
### 03 Maintain: Update Package Cache (update-cache.yaml)

For lessons that have generated content, we use {renv} to ensure that the output
is stable. This is controlled by a single lockfile which documents the packages
Expand Down
Empty file modified .github/workflows/pr-close-signal.yaml
100755 → 100644
Empty file.
Empty file modified .github/workflows/pr-comment.yaml
100755 → 100644
Empty file.
Empty file modified .github/workflows/pr-post-remove-branch.yaml
100755 → 100644
Empty file.
Empty file modified .github/workflows/pr-preflight.yaml
100755 → 100644
Empty file.
Empty file modified .github/workflows/pr-receive.yaml
100755 → 100644
Empty file.
1 change: 0 additions & 1 deletion .github/workflows/sandpaper-main.yaml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,5 @@ jobs:
run: |
reset <- "${{ github.event.inputs.reset }}" == "true"
sandpaper::package_cache_trigger(TRUE)
options(sandpaper.handout = TRUE)
sandpaper:::ci_deploy(reset = reset)
shell: Rscript {0}
2 changes: 1 addition & 1 deletion .github/workflows/sandpaper-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.15
0.13.0
Empty file modified .github/workflows/update-cache.yaml
100755 → 100644
Empty file.
Empty file modified .github/workflows/update-workflows.yaml
100755 → 100644
Empty file.

0 comments on commit 0f43aea

Please sign in to comment.