Skip to content

Commit 929830a

Browse files
add feature branch
1 parent 752537f commit 929830a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- carma-develop
6+
- feature/add_gha
67
- master
78
- "release/*"
89
pull_request:
@@ -24,7 +25,7 @@ jobs:
2425
run:
2526
shell: bash
2627
working-directory: "/opt/carma/"
27-
runs-on: ubuntu-latest
28+
runs-on: ubuntu-latest-8-cores
2829
container:
2930
image: ${{ needs.determine_docker_org_and_tag.outputs.docker_organization }}/carma-base:${{ needs.determine_docker_org_and_tag.outputs.docker_image_tag }}
3031
env:

0 commit comments

Comments
 (0)