Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/chart-bump-appversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ env:
jobs:
bump-appversion:
name: Bump appVersion
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chart-diff-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:
jobs:
diff-lint:
name: Helm Diff/Lint
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chart-release-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ env:
jobs:
semver:
name: Semver Checks
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chart-repo-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chart-repo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:
jobs:
ct-lint:
name: Lint
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:
jobs:
upgrade:
name: Run Helm Upgrade on GKE
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
jobs:
build-push:
name: Build/push image
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

env:
BUILDKIT_CACHE_DIR: /tmp/buildkit-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-lint-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
check:
name: Check Image
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

env:
BUILDKIT_CACHE_DIR: /tmp/buildkit-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
jobs:
checks:
name: Checks
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Check out repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slate-client-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-linux:
name: Build Linux Client
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: hub.opensciencegrid.org/slate/slate-client-alpine:1.2.0
env:
CCACHE_NAME: "cpp-client-build-linux"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/slate-client-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build-linux:
name: Build Linux Client
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
container: hub.opensciencegrid.org/slate/slate-client-alpine:1.2.0
env:
CCACHE_NAME: "cpp-client-build-linux"
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:

deploy-github:
name: Deploy to GitHub
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs:
- build-linux
- build-macos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slate-client-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
deploy-github:
name: Deploy to GitHub
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

permissions:
contents: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/slate-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ env:
jobs:
lint:
name: Lint
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Check out repo
Expand All @@ -84,7 +84,7 @@ jobs:

deploy:
name: Deploy SLATE Instance
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs: lint

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slate-updateapps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
jobs:
notify:
name: Notify API Server
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-props.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
jobs:
workflow-props:
name: Calculate Workflow Properties
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
# Un-comment this block to re-support the DEV environment corresponding to the develop git branch.
Expand Down