Skip to content

Commit

Permalink
chore: remove readme render in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bms63 committed Mar 6, 2024
1 parent 3891fef commit 74bfb56
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ jobs:
needs: get_r_version
with:
r-version: "${{ needs.get_r_version.outputs.r-version }}"
readme:
name: Render README
uses: pharmaverse/admiralci/.github/workflows/readme-render.yml@main
if: github.event_name == 'push'
needs: get_r_version
with:
r-version: "${{ needs.get_r_version.outputs.r-version }}"
validation:
name: Validation
uses: pharmaverse/admiralci/.github/workflows/r-pkg-validation.yml@main
Expand Down Expand Up @@ -134,4 +127,4 @@ jobs:
if: github.event_name == 'push'
uses: insightsengineering/r.pkg.template/.github/workflows/version-bump.yaml@main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.PHARMAVERSE_BOT }}
REPO_GITHUB_TOKEN: ${{ secrets.PHARMAVERSE_BOT }}

0 comments on commit 74bfb56

Please sign in to comment.