-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Centralize the workflows to hta-pharma/ramnog (#10)
* Add junit output * fix formatting * fixing paths * fixing paths * more fixing * more path tweaking * more path fixing * more path fixing * debugging * fixing fixing * files * update permissions * more nudging * Check-package now consumes from ramnog * Points DevOps flow to hta-pharma/ramnog consolidating both pre-commit config and github actions * point workflows to ramnog@main * updated readme to point at ramnog for dev doc
- Loading branch information
1 parent
f1df43b
commit c2450c8
Showing
18 changed files
with
29 additions
and
715 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,4 @@ for branch in "${protected_branches[@]}"; do | |
done | ||
|
||
|
||
exit 0 | ||
exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,16 @@ | ||
on: | ||
push: | ||
branches: main | ||
pull_request: | ||
branches: main | ||
workflow_dispatch: | ||
on: | ||
push: | ||
branches: [main, stage, dev] | ||
pull_request: | ||
branches: [main, stage, dev] | ||
workflow_dispatch: | ||
|
||
name: Release Package | ||
name: Check Package 📦 | ||
|
||
jobs: | ||
build: | ||
name: RMD Build and check | ||
uses: ./.github/workflows/R-CMD-check.yaml | ||
docs: | ||
needs: build | ||
name: Build and Deploy Docs | ||
uses: ./.github/workflows/pkgdown.yaml | ||
release: | ||
needs: [build, docs] | ||
name: Release | ||
if: github.event_name != 'pull_request' | ||
uses: ./.github/workflows/release.yaml | ||
jobs: | ||
check: | ||
name: Release (from ramnog) | ||
uses: hta-pharma/ramnog/.github/workflows/Release-package.yaml@main | ||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.