We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3891fef commit 74bfb56Copy full SHA for 74bfb56
.github/workflows/common.yml
@@ -61,13 +61,6 @@ jobs:
61
needs: get_r_version
62
with:
63
r-version: "${{ needs.get_r_version.outputs.r-version }}"
64
- readme:
65
- name: Render README
66
- uses: pharmaverse/admiralci/.github/workflows/readme-render.yml@main
67
- if: github.event_name == 'push'
68
- needs: get_r_version
69
- with:
70
- r-version: "${{ needs.get_r_version.outputs.r-version }}"
71
validation:
72
name: Validation
73
uses: pharmaverse/admiralci/.github/workflows/r-pkg-validation.yml@main
@@ -134,4 +127,4 @@ jobs:
134
127
if: github.event_name == 'push'
135
128
uses: insightsengineering/r.pkg.template/.github/workflows/version-bump.yaml@main
136
129
secrets:
137
- REPO_GITHUB_TOKEN: ${{ secrets.PHARMAVERSE_BOT }}
130
+ REPO_GITHUB_TOKEN: ${{ secrets.PHARMAVERSE_BOT }}
0 commit comments