Skip to content

Commit

Permalink
update tic templates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 28, 2023
1 parent 69d620c commit 68bcd31
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tic.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
## tic GitHub Actions template: linux-macos-windows-deploy
## revision date: 2022-11-23
## revision date: 2023-05-22
on:
workflow_dispatch:
push:
branches:
- main
- master
- cran-*
- devel
pull_request:
branches:
- main
Expand Down Expand Up @@ -45,8 +44,6 @@ jobs:
BUILD_PKGDOWN: ${{ matrix.config.pkgdown }}
# use GITHUB_TOKEN from GitHub to workaround rate limits in {remotes}
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
# Set SILO API key (an e-mail address)
SILO_API_KEY: ${{ secrets.SILO_API_KEY }}

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -91,7 +88,7 @@ jobs:

- name: "[Stage] Upload R CMD check artifacts"
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: check
Expand Down

0 comments on commit 68bcd31

Please sign in to comment.