Skip to content

Commit

Permalink
Revise GHA to only run on Ubuntu for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Feb 21, 2024
1 parent 3a76d6c commit 2e63ebe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/R_CMD_check_Hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
fail-fast: false
matrix:
config:
- {os: windows-latest, r: '4.2.3', rtools: '42', rspm: "https://cloud.r-project.org"}
#- {os: macOS-latest, r: '4.2.3', rtools: '42', rspm: "https://cloud.r-project.org"}
- {os: ubuntu-20.04, r: '4.2.3', rtools: '42', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: windows-latest, r: 'release', rtools: '', rspm: "https://cloud.r-project.org"}
- {os: macOS-latest, r: 'release', rtools: '', rspm: "https://cloud.r-project.org"}
# - {os: windows-latest, r: '4.2.3', rtools: '42', rspm: "https://cloud.r-project.org"}
# #- {os: macOS-latest, r: '4.2.3', rtools: '42', rspm: "https://cloud.r-project.org"}
# - {os: ubuntu-20.04, r: '4.2.3', rtools: '42', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
# - {os: windows-latest, r: 'release', rtools: '', rspm: "https://cloud.r-project.org"}
# - {os: macOS-latest, r: 'release', rtools: '', rspm: "https://cloud.r-project.org"}
- {os: ubuntu-20.04, r: 'release', rtools: '', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}

env:
Expand Down
11 changes: 8 additions & 3 deletions .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@
# Needed to avoid "API rate limit exceeded" from github.
name: Release Docker

# on:
# release:
# types: [published]
# For testing - remove in favor of tagging approach above
on:
release:
types: [published]
workflow_dispatch:
push:
branches:
- 'issue-97-docker'
workflow_dispatch:
inputs:
docker_image:
description: 'OHDSI Strategus with HADES and RStudio.'
Expand Down

0 comments on commit 2e63ebe

Please sign in to comment.