Skip to content

Commit

Permalink
#2513 accept_ms: skip admiraldev dev installation if release of hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bundfussr committed Nov 7, 2024
1 parent e8b3d03 commit ef4c773
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
needs: check

- name: Install Development Versions of Dependencies
if: |
!(contains(github.event.commits[0].message, '[skip vbump]') ||
contains(github.event.head_commit.message, '[skip vbump]') ||
github.ref == 'refs/heads/patch'
)
run: |
install.packages("remotes")
remotes::install_github("pharmaverse/admiraldev", ref = "main")
Expand Down

0 comments on commit ef4c773

Please sign in to comment.