diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 300ca43f..c5719d3c 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -13,7 +13,7 @@ on: jobs: audit: - runs-on: self-hosted + runs-on: ubuntu-latest container: image: ghcr.io/insightsengineering/rstudio_4.1.2_bioc_3.14:latest name: oysteR scan πŸ¦ͺ diff --git a/.github/workflows/bioccheck.yaml b/.github/workflows/bioccheck.yaml index efbae983..817f2d02 100644 --- a/.github/workflows/bioccheck.yaml +++ b/.github/workflows/bioccheck.yaml @@ -49,7 +49,7 @@ jobs: - image: ghcr.io/insightsengineering/rstudio_4.1.2_bioc_3.14 tag: latest name: ${{ matrix.config.image }}, version ${{ matrix.config.tag }} - runs-on: self-hosted + runs-on: ubuntu-latest if: "! contains(github.event.commits[0].message, '[skip bioccheck]') && contains(inputs.enable-bioccheck, 'true')" container: image: ${{ matrix.config.image }}:${{ matrix.config.tag }} diff --git a/.github/workflows/build-check-install.yaml b/.github/workflows/build-check-install.yaml index 833cb772..0d9754d3 100644 --- a/.github/workflows/build-check-install.yaml +++ b/.github/workflows/build-check-install.yaml @@ -44,7 +44,7 @@ jobs: - image: ghcr.io/insightsengineering/rstudio_4.1.2_bioc_3.14 tag: latest name: ${{ matrix.config.image }}, version ${{ matrix.config.tag }} - runs-on: self-hosted + runs-on: ubuntu-latest if: "! contains(github.event.commits[0].message, '[skip r-cmd]')" container: image: ${{ matrix.config.image }}:${{ matrix.config.tag }} @@ -166,7 +166,7 @@ jobs: upload-release-assets: name: Upload build tar.gz needs: build-install-check - runs-on: self-hosted + runs-on: ubuntu-latest if: "startsWith(github.ref, 'refs/tags/v') && (! contains(github.event.commits[0].message, '[skip r-cmd]'))" steps: - name: Checkout repo πŸ›Ž diff --git a/.github/workflows/gitleaks.yaml b/.github/workflows/gitleaks.yaml index 5d0adc07..e2918644 100644 --- a/.github/workflows/gitleaks.yaml +++ b/.github/workflows/gitleaks.yaml @@ -21,7 +21,7 @@ on: jobs: gitleaks: name: gitleaks πŸ’§ - runs-on: self-hosted + runs-on: ubuntu-latest if: "! contains(github.event.commits[0].message, '[skip gitleaks]')" steps: - name: Checkout repo πŸ›Ž @@ -48,7 +48,7 @@ jobs: pii-check: name: PII Check πŸ’³ - runs-on: self-hosted + runs-on: ubuntu-latest if: "! contains(github.event.commits[0].message, '[skip pii-check]')" steps: - name: Checkout repo πŸ›Ž diff --git a/.github/workflows/licenses.yaml b/.github/workflows/licenses.yaml index 24eb93a5..6dfd52aa 100644 --- a/.github/workflows/licenses.yaml +++ b/.github/workflows/licenses.yaml @@ -13,7 +13,7 @@ on: jobs: license: - runs-on: self-hosted + runs-on: ubuntu-latest name: Check 🚩 if: "! contains(github.event.commits[0].message, '[skip licenses]')" steps: diff --git a/.github/workflows/links.yaml b/.github/workflows/links.yaml index 58117c66..60e96d1e 100644 --- a/.github/workflows/links.yaml +++ b/.github/workflows/links.yaml @@ -21,7 +21,7 @@ on: jobs: linkChecker: name: Validate Links πŸ”Ž - runs-on: self-hosted + runs-on: ubuntu-latest if: "! contains(github.event.commits[0].message, '[skip links]')" steps: - name: Checkout repo πŸ›Ž diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index 2a2cf340..e435aa6a 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -15,7 +15,7 @@ on: jobs: lint: name: SuperLinter πŸ¦Έβ€β™‚οΈ - runs-on: self-hosted + runs-on: ubuntu-latest if: "! contains(github.event.commits[0].message, '[skip linter]')" steps: - name: Checkout repo πŸ›Ž diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 9b071256..00432d97 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -46,7 +46,7 @@ on: jobs: pkgdown: name: Generate 🐣 - runs-on: self-hosted + runs-on: ubuntu-latest if: "! contains(github.event.commits[0].message, '[skip docs]')" container: image: ghcr.io/insightsengineering/rstudio_4.1.2_bioc_3.14:latest @@ -117,7 +117,7 @@ jobs: upload-release-assets: name: Upload documentation assets πŸ”Ό needs: pkgdown - runs-on: self-hosted + runs-on: ubuntu-latest if: "startsWith(github.ref, 'refs/tags/v') && !contains(github.event.head_commit.message, 'avert') && !contains(github.event.head_commit.message, 'docs')" steps: - name: Checkout repo πŸ›Ž @@ -149,7 +149,7 @@ jobs: multiversion-docs: name: Multi-version docs πŸ“– if: "(github.event_name == 'push' && github.ref == 'refs/heads/main') || startsWith(github.ref, 'refs/tags/v') && (!contains(github.event.head_commit.message, 'avert') && !contains(github.event.head_commit.message, 'docs'))" - runs-on: self-hosted + runs-on: ubuntu-latest container: image: ghcr.io/insightsengineering/rstudio_4.1.2_bioc_3.14:latest needs: pkgdown diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d8cf270f..c2cd3dad 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ on: jobs: release: name: Release πŸš€ - runs-on: self-hosted + runs-on: ubuntu-latest if: "! contains(github.event.commits[0].message, '[skip release]')" permissions: contents: write diff --git a/.github/workflows/roxygen.yaml b/.github/workflows/roxygen.yaml index 15d746aa..acf0143c 100644 --- a/.github/workflows/roxygen.yaml +++ b/.github/workflows/roxygen.yaml @@ -31,7 +31,7 @@ on: jobs: man-pages: name: Manual pages check 🏁 - runs-on: self-hosted + runs-on: ubuntu-latest if: "! contains(github.event.commits[0].message, '[skip roxygen]')" container: image: ghcr.io/insightsengineering/rstudio_4.1.2_bioc_3.14:latest diff --git a/.github/workflows/short-tagging.yml b/.github/workflows/short-tagging.yml index 16f694fb..28e2e4cc 100644 --- a/.github/workflows/short-tagging.yml +++ b/.github/workflows/short-tagging.yml @@ -6,7 +6,7 @@ on: jobs: actions-tagger: - runs-on: self-hosted + runs-on: ubuntu-latest steps: - uses: Actions-R-Us/actions-tagger@latest with: diff --git a/.github/workflows/spelling.yaml b/.github/workflows/spelling.yaml index 54d438bb..775f2638 100644 --- a/.github/workflows/spelling.yaml +++ b/.github/workflows/spelling.yaml @@ -15,7 +15,7 @@ on: jobs: spelling: name: Check spelling πŸ”  - runs-on: self-hosted + runs-on: ubuntu-latest if: "! contains(github.event.commits[0].message, '[skip spelling]')" container: image: ghcr.io/insightsengineering/rstudio_4.1.2_bioc_3.14:latest diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index ffe8fbe5..cb0a8424 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -15,7 +15,7 @@ on: jobs: style: name: Check code style πŸ”  - runs-on: self-hosted + runs-on: ubuntu-latest if: "! contains(github.event.commits[0].message, '[skip style]')" container: image: ghcr.io/insightsengineering/rstudio_4.1.2_bioc_3.14:latest diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 08935d3b..7dab0e78 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -36,7 +36,7 @@ on: jobs: test-coverage: name: Coverage πŸ“” - runs-on: self-hosted + runs-on: ubuntu-latest if: "! contains(github.event.commits[0].message, '[skip coverage]')" container: image: ghcr.io/insightsengineering/rstudio_4.1.2_bioc_3.14:latest diff --git a/.github/workflows/validation.yaml b/.github/workflows/validation.yaml index c79f399a..e1e9bba2 100644 --- a/.github/workflows/validation.yaml +++ b/.github/workflows/validation.yaml @@ -32,7 +32,7 @@ on: jobs: r-pkg-validation: name: Create report πŸ“ƒ - runs-on: self-hosted + runs-on: ubuntu-latest if: "! contains(github.event.commits[0].message, '[skip validation]')" container: image: ghcr.io/insightsengineering/rstudio_4.1.2_bioc_3.14:latest @@ -66,7 +66,7 @@ jobs: upload-release-assets: name: Upload report to release πŸ”Ό needs: r-pkg-validation - runs-on: self-hosted + runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/v') steps: - name: Wait for release to succeed ⏳ diff --git a/.github/workflows/version-bump.yaml b/.github/workflows/version-bump.yaml index 7824d63b..98280a4a 100644 --- a/.github/workflows/version-bump.yaml +++ b/.github/workflows/version-bump.yaml @@ -15,7 +15,7 @@ on: jobs: version-bump: name: Bump version ‴ - runs-on: self-hosted + runs-on: ubuntu-latest if: "! contains(github.event.commits[0].message, '[skip vbump]')" container: image: docker.io/rocker/tidyverse:4.1.2 diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index cb93641b..0fcc5e9c 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -15,7 +15,7 @@ on: jobs: version-check: name: Version check 🏁 - runs-on: self-hosted + runs-on: ubuntu-latest if: "! contains(github.event.commits[0].message, '[skip version]')" steps: - name: Checkout repo πŸ›Ž