Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
on:
push:
branches: [main, master, develop]
paths-ignore:
- "docs/**"
- "*.md"
Comment thread
seonghobae marked this conversation as resolved.
Outdated
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
Comment thread
seonghobae marked this conversation as resolved.
Outdated
pull_request:
branches: [main, master, develop]
paths-ignore:
- "docs/**"
- "*.md"

name: R-CMD-check

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test-fast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ name: test-fast
on:
push:
branches: [main, master, develop]
paths-ignore:
- "docs/**"
- "*.md"
Comment thread
seonghobae marked this conversation as resolved.
Outdated
Comment thread
seonghobae marked this conversation as resolved.
Outdated
pull_request:
branches: [main, master, develop]
paths-ignore:
- "docs/**"
- "*.md"

permissions:
contents: read
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@ name: test-suite
on:
push:
branches: [main, master, develop]
paths-ignore:
- "docs/**"
- "*.md"
Comment thread
seonghobae marked this conversation as resolved.
Outdated
pull_request:
branches: [main, master, develop]
paths-ignore:
- "docs/**"
- "*.md"
schedule:
- cron: '17 3 * * 1'
workflow_dispatch:
Expand Down
Loading