Skip to content

Commit

Permalink
One word fix for nightly.yaml (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel authored Dec 2, 2023
1 parent ec5eb4f commit faf3eca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
permissions:
issues: write
runs-on: ubuntu-latest
needs: test
needs: dev
if: failure() || cancelled()
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/tiledb?color=brightgreen)](https://cran.r-project.org/package=tiledb)
[![CRAN](https://www.r-pkg.org/badges/version/tiledb)](https://cran.r-project.org/package=tiledb)
[![r-universe](https://tiledb-inc.r-universe.dev/badges/tiledb)](https://tiledb-inc.r-universe.dev/tiledb)
[![r-universe dev](https://eddelbuettel.r-universe.dev/badges/tiledb)](https://eddelbuettel.r-universe.dev/tiledb)

# <a href="https://tiledb.com/"><img src="https://github.com/TileDB-Inc/TileDB/raw/dev/doc/source/_static/tiledb-logo_color_no_margin_@4x.png" alt="TileDB logo" width="400"></a>

Expand Down

0 comments on commit faf3eca

Please sign in to comment.