Browse Source

Change name of github actions workflow

tags/v0.3.0
Garrick Aden-Buie 6 years ago
parent
commit
fc1298b020
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/main.yml

+ 1
- 1
.github/workflows/main.yml View File

@@ -6,7 +6,7 @@ on:
# * is a special character in YAML so you have to quote this string
- cron: "0 4 * * *"

name: R CMD Check via {tic}
name: CI by {tic}

jobs:
R-CMD-check:

Loading…
Cancel
Save