Skip to content

Commit c0bf675

Browse files
committed
Revert "feat(ci): switch to our custom runners (default)"
This reverts commit aa15b52. Turns out that the project is public and we don't share our custom runners with public repos. Until we find out why this is public we better revert this change.
1 parent c3361f5 commit c0bf675

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)