Skip to content

Commit

Permalink
Deactivate CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jul 28, 2023
1 parent 0fb15f5 commit a3960e8
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/r-ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
name: TileDB-SOMA R CI

on:
pull_request:
paths-ignore:
- "apis/python/**"
- ".pre-commit-config.yaml"
push:
branches:
- main
- 'release-*'
# -- turned off for now
#pull_request:
# paths-ignore:
# - "apis/python/**"
# - ".pre-commit-config.yaml"
#push:
# branches:
# - main
# - 'release-*'
# -- added as placeholder
workflow_dispatch:


env:
COVERAGE_FLAGS: "r"
COVERAGE_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit a3960e8

Please sign in to comment.