Skip to content

Commit 71d5a80

Browse files
Merge pull request #9968 from wso2/pavinduLakshan-patch-7
Change release job to use custom runner
2 parents ad8d0d8 + 46f150d commit 71d5a80

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ env:
4444
jobs:
4545
release:
4646
name: 🚀 Release
47-
runs-on: ubuntu-latest
47+
runs-on:
48+
- codebuild-wso2_product-is-${{ github.run_id }}-${{ github.run_attempt }}
4849
strategy:
4950
matrix:
5051
node-version: [lts/*]

0 commit comments

Comments
 (0)