-
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.
Points DevOps flow to hta-pharma/ramnog consolidating both pre-commit…
… config and github actions
- Loading branch information
1 parent
4a7f60c
commit 06e31ca
Showing
16 changed files
with
21 additions
and
711 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@feature/workflows_final | ||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.