File tree Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 15
15
# Build and test plugin and provide artifact.
16
16
build :
17
17
name : Build
18
- runs-on :
19
- - codebuild-myProject-${{ github.run_id }}-${{ github.run_attempt }}
20
- - image:arm-3.0
21
- - instance-size:large
18
+ runs-on : codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large
22
19
steps :
23
20
- uses : actions/checkout@v4
24
21
- uses : actions/setup-java@v3
41
38
42
39
publish-beta :
43
40
needs : build
44
- runs-on :
45
- - codebuild-myProject-${{ github.run_id }}-${{ github.run_attempt }}
46
- - image:arm-3.0
47
- - instance-size:large
48
41
if : github.repository == 'amazon-ion/ion-intellij-plugin' && github.ref == 'refs/heads/master'
42
+ runs-on : codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large
49
43
steps :
50
44
- uses : actions/checkout@v4
51
45
- uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 16
16
# Build and test plugin and provide artifact.
17
17
build :
18
18
name : Build
19
- runs-on :
20
- - codebuild-myProject-${{ github.run_id }}-${{ github.run_attempt }}
21
- - image:arm-3.0
22
- - instance-size:large
19
+ runs-on : codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large
23
20
steps :
24
21
- uses : actions/checkout@v4
25
22
- uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 16
16
17
17
jobs :
18
18
release :
19
- runs-on :
20
- - codebuild-myProject-${{ github.run_id }}-${{ github.run_attempt }}
21
- - image:arm-3.0
22
- - instance-size:large
19
+ runs-on : codebuild-ion-intellij-plugin-${{ github.run_id }}-${{ github.run_attempt }}-arm-3.0-large
23
20
steps :
24
21
# Check out current repository
25
22
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments