Skip to content

Commit ca5ade1

Browse files
authored
Merge pull request #5 from cloudbeds/emo/ci-revert-custom-runners
Revert "feat(ci): switch to our custom runners (`default`)"
2 parents c3361f5 + c0bf675 commit ca5ade1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build-push:
1212
name: Build and push application image
13-
runs-on: default
13+
runs-on: ubuntu-latest
1414
permissions:
1515
id-token: write
1616
contents: read

.github/workflows/release-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
re-tag:
1212
name: Re-tag image
13-
runs-on: default
13+
runs-on: ubuntu-latest
1414
permissions:
1515
id-token: write
1616
contents: read

0 commit comments

Comments
 (0)