Skip to content

Commit

Permalink
Back to ubuntu-latest (#61)
Browse files Browse the repository at this point in the history
This reverts commit f4966ac.
  • Loading branch information
cicdguy authored Mar 1, 2022
1 parent f4966ac commit e9d90af
Show file tree
Hide file tree
Showing 17 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 🦪
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bioccheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-check-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 🛎
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gitleaks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 🛎
Expand All @@ -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 🛎
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 🛎
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 🛎
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 🛎
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/roxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/short-tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ⏳
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 🛎
Expand Down

0 comments on commit e9d90af

Please sign in to comment.