Skip to content

Commit a57e604

Browse files
authored
Merge pull request #519 from trycompai/claudio/comp-fixes-may-2-7pm-4
[dev] [claudfuen] claudio/comp-fixes-may-2-7pm-4
2 parents 50b2ded + e02f2d8 commit a57e604

7 files changed

Lines changed: 7 additions & 7 deletions

.github/workflows/auto-pr-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- COMP-*
1313
jobs:
1414
create-pull-request:
15-
runs-on: ubuntu-latest-xl
15+
runs-on: ubuntu-latest-custom
1616
continue-on-error: true
1717
permissions:
1818
pull-requests: write

.github/workflows/auto-pr-to-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
jobs:
77
create-pull-request:
8-
runs-on: ubuntu-latest-xl
8+
runs-on: ubuntu-latest-custom
99
permissions:
1010
pull-requests: write
1111
contents: write

.github/workflows/database-migrations-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
jobs:
1010
migrate:
1111
name: Run Database Migrations
12-
runs-on: ubuntu-latest-xl
12+
runs-on: ubuntu-latest-custom
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4

.github/workflows/database-migrations-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
jobs:
1010
migrate:
1111
name: Run Database Migrations
12-
runs-on: ubuntu-latest-xl
12+
runs-on: ubuntu-latest-custom
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
release:
1616
name: Release
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-latest-custom
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4

.github/workflows/trigger-tasks-deploy-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
jobs:
77
deploy:
8-
runs-on: ubuntu-latest-xl
8+
runs-on: ubuntu-latest-custom
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Use Node.js 20.x

.github/workflows/trigger-tasks-deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
deploy:
10-
runs-on: ubuntu-latest-xl
10+
runs-on: ubuntu-latest-custom
1111
steps:
1212
- uses: actions/checkout@v4
1313

0 commit comments

Comments
 (0)