Skip to content

Commit 4445ec5

Browse files
authored
migrate back to github cloud (#127)
1 parent fa02369 commit 4445ec5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/dependencies.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v3
1616

17-
- name: Self-hosted Renovate
17+
- name: ubuntu-latest Renovate
1818
uses: renovatebot/[email protected]
1919
with:
2020
configurationFile: ${{ inputs.renovate_file_path }}

.github/workflows/main-deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ permissions:
3333
jobs:
3434
publish:
3535
name: Publish to Staging
36-
runs-on: self-hosted
36+
runs-on: ubuntu-latest
3737
timeout-minutes: 15
3838

3939
steps:

.github/workflows/release-deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ permissions:
3333
jobs:
3434
publish:
3535
name: Publish to Production
36-
runs-on: self-hosted
36+
runs-on: ubuntu-latest
3737
timeout-minutes: 15
3838

3939
steps:

.github/workflows/test-crossplane.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permissions:
2424
jobs:
2525
testing:
2626
name: Testing Crossplane
27-
runs-on: self-hosted
27+
runs-on: ubuntu-latest
2828

2929
defaults:
3030
run:

0 commit comments

Comments
 (0)