Skip to content

Commit

Permalink
Updated the GitHub workflows and/or the README file to the latest ver…
Browse files Browse the repository at this point in the history
…sions.
  • Loading branch information
krivit committed Mar 17, 2021
1 parent 401669f commit 8a764bb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ env:
PRIVATE: ''

jobs:
Remove-Old-Artifacts:
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- name: Remove old artifacts
uses: c-hive/gha-remove-artifacts@v1.2.0
with:
age: '1 month'
skip-recent: 8
## Remove-Old-Artifacts:
## runs-on: ubuntu-latest
## timeout-minutes: 10
##
## steps:
## - name: Remove old artifacts
## uses: c-hive/gha-remove-artifacts@v1.2.0
## with:
## age: '1 month'
## skip-recent: 8

Set-Matrix-Private:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8a764bb

Please sign in to comment.