Skip to content

Commit dd5b42c

Browse files
ci: add runner to async api deploy job
1 parent 127f392 commit dd5b42c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ on:
1212
pull_request:
1313

1414
jobs:
15+
1516
validation:
1617
runs-on: ubuntu-latest
1718
steps:
1819
- name: Checkout the repository
1920
uses: actions/checkout@v3
2021
- name: Validate the Gradle Wrapper
2122
uses: gradle/[email protected]
23+
2224
build:
2325
needs:
2426
- validation
@@ -44,6 +46,7 @@ jobs:
4446
uses: codecov/[email protected]
4547
with:
4648
directory: "build/reports/jacoco"
49+
4750
release:
4851
concurrency:
4952
# Allow only one release at a time.
@@ -78,6 +81,7 @@ jobs:
7881
run: |
7982
npm install
8083
npx semantic-release
84+
8185
docker-image-delivery:
8286
needs:
8387
- release
@@ -135,6 +139,7 @@ jobs:
135139
async-api-deploy:
136140
needs:
137141
- release
142+
runs-on: ubuntu-latest
138143
if: needs.release.outputs.release-status == 'released'
139144
steps:
140145
- name: Checkout the repository

0 commit comments

Comments
 (0)