Skip to content

Commit

Permalink
Ignore multi os check (#17)
Browse files Browse the repository at this point in the history
* Update check_on_different_r_os.yml

* Update NEWS.md

* Update DESCRIPTION

update date and version

* Update NEWS.md
  • Loading branch information
pietervsd authored Oct 30, 2024
1 parent 9118ab8 commit 8c39711
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/check_on_different_r_os.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
on:
push:
branches:
- main
- master
branches-ignore: #ignore this workflow for all branches
- '**'
#branches:
# - main
# - master
pull_request:
branches:
- main
- master
branches-ignore:
- '**' #ignore this workflow for all branches
#branches:
# - main
# - master

name: R-CMD-check-OS

jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: inbolims
Title: Utilities to query the INBO lab analysis datawarehouse
Version: 0.2.12
Date: 2024-10-29
Version: 0.2.13
Date: 2024-10-30
Authors@R:
person("Pieter", "Verschelde", , "pieter.verschelde@inbo.be", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9199-421X", affiliation = "Research Institute for Nature and Forest (INBO)"))
Expand Down
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# inbolims 0.2.13

# inbolims 0.2.12

* Toevoegen functionaliteit om staalinformatie op te halen
Expand All @@ -18,11 +20,10 @@

# inbolims 0.2.8

* Change the code so it only depends on:
* Change the code so it only depends on hereunder to easier customizing report fields:
* combi field
* original sample
* project
which makes customizing report field easier

# inbolims 0.2.7

Expand Down

0 comments on commit 8c39711

Please sign in to comment.