Releases: hubverse-org/hubverse-actions
Releases · hubverse-org/hubverse-actions
v1.0.2
What's Changed
- synching to AWS and building the package cache no longer will run on forks
- the default version of ubuntu has been pinned to version 22.04
PRs
- Skip AWS upload job on forked repositories by @bsweger in #26
- Use github.event.repository.fork instead of checking repository owner when building package cache by @annakrystalli in #29
- pin ubuntu 22.04 by @zkamvar in #31
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
What's Changed
- Add a GitHub action to sync data to S3 by @bsweger in #11
- Update organisation name after change to
hubverse-org
by @annakrystalli in #19 - Add
validate-config
action by @zkamvar in #20 - Update actions/checkout and Use R-universe by @zkamvar in #22
New Contributors
Full Changelog: v0.2.0...v1.0.0
v0.2.0 - Add `cache-hubval-deps` workflow
Adds new workflow that builds a cache of dependencies for the hubValidations
package on the main
branch using r-lib/actions/setup-r-dependencies@v2
Github Action.
This makes the dependency cache available to all child branches, including on forks, speeding up most submission validation workflows.
v0.1.0 - Cache dependencies
This release uses the setup-r-dependencies
Github Action to cache R package and system requirement dependencies reducing action runtime.
v0.0.1 - First stable release
load hubValidations