Skip to content

Commit

Permalink
Removed builds from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dmenne committed Dec 30, 2024
1 parent b9a0a08 commit 00254e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
# - {os: ubuntu-latest, r: 'oldrel-1'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -66,6 +66,7 @@ jobs:
shell: Rscript {0}

- uses: codecov/codecov-action@v4
if: ${{matrix.config.os == 'windows-latest'}}
with:
# Fail if error if not on PR, or if on PR and token is given
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ name: pkgdown

jobs:
pkgdown:
#runs-on: ubuntu-latest
runs-on: windows-latest
runs-on: ubuntu-latest
#runs-on: windows-latest
# Only restrict concurrency for non-PR jobs
concurrency:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
Expand Down

0 comments on commit 00254e2

Please sign in to comment.