diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 8b1613b..1250aaa 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -23,56 +23,6 @@ concurrency: name: rcc jobs: - rcc-smoke: - runs-on: ubuntu-latest - outputs: - sha: ${{ steps.commit.outputs.sha }} - - name: "Smoke test: stock R" - - # Begin custom: services - # End custom: services - - steps: - - uses: actions/checkout@v4 - - - uses: ./.github/workflows/rate-limit - with: - token: ${{ secrets.GITHUB_TOKEN }} - - - uses: ./.github/workflows/git-identity - - - uses: ./.github/workflows/custom/before-install - if: hashFiles('.github/workflows/custom/before-install/action.yml') != '' - - - uses: ./.github/workflows/install - with: - token: ${{ secrets.GITHUB_TOKEN }} - install-r: false - cache-version: rcc-smoke-2 - needs: check - extra-packages: any::rcmdcheck any::roxygen2 r-lib/styler - - - uses: ./.github/workflows/custom/after-install - if: hashFiles('.github/workflows/custom/after-install/action.yml') != '' - - - uses: ./.github/workflows/update-snapshots - if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository - - - uses: ./.github/workflows/style - if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository - - - uses: ./.github/workflows/roxygenize - if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository - - - id: commit - if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository - uses: ./.github/workflows/commit - - - uses: ./.github/workflows/check - with: - results: ${{ runner.os }}-smoke-test - versions-matrix: runs-on: ubuntu-22.04 outputs: @@ -119,7 +69,6 @@ jobs: rcc-full: needs: - - rcc-smoke - versions-matrix runs-on: ${{ matrix.config.os }} @@ -205,7 +154,6 @@ jobs: rcc-suggests: needs: - suggests-matrix - - rcc-smoke runs-on: ubuntu-22.04