Skip to content

Commit aa15b52

Browse files
committed
feat(ci): switch to our custom runners (default)
These runners are cheaper and more reliable than the github default runners.
1 parent 66eb106 commit aa15b52

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
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build-push:
1313
name: Build and push application image
14-
runs-on: ubuntu-latest
14+
runs-on: default
1515
permissions:
1616
id-token: write
1717
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: ubuntu-latest
13+
runs-on: default
1414
permissions:
1515
id-token: write
1616
contents: read

0 commit comments

Comments
 (0)