Skip to content

Commit

Permalink
No rcc-smoke for now
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jun 26, 2024
1 parent 7948c61 commit 4334a96
Showing 1 changed file with 0 additions and 52 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -119,7 +69,6 @@ jobs:
rcc-full:
needs:
- rcc-smoke
- versions-matrix

runs-on: ${{ matrix.config.os }}
Expand Down Expand Up @@ -205,7 +154,6 @@ jobs:
rcc-suggests:
needs:
- suggests-matrix
- rcc-smoke

runs-on: ubuntu-22.04

Expand Down

0 comments on commit 4334a96

Please sign in to comment.