File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66jobs :
77 validate :
88 name : Validate title
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-latest-large
1010 steps :
1111 - uses : amannn/action-semantic-pull-request@v4
1212 with :
Original file line number Diff line number Diff line change 1313jobs :
1414 test :
1515 name : Test
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-latest-large
1717 timeout-minutes : 20
1818 strategy :
1919 matrix :
4343 name : Deploy
4444 if : success() && github.ref_type == 'tag'
4545 needs : [ test ]
46- runs-on : ubuntu-latest
46+ runs-on : ubuntu-latest-large
4747 steps :
4848 - name : Checkout sendgrid-java
4949 uses : actions/checkout@v2
8686 name : Slack notify on failure
8787 if : failure() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag')
8888 needs : [ test, deploy ]
89- runs-on : ubuntu-latest
89+ runs-on : ubuntu-latest-large
9090 steps :
9191 - uses : rtCamp/action-slack-notify@v2
9292 env :
Original file line number Diff line number Diff line change 88jobs :
99 update-dependencies-and-test :
1010 name : Update Dependencies & Test
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-latest-large
1212 timeout-minutes : 20
1313 strategy :
1414 max-parallel : 1
3939 name : Slack notify on failure
4040 if : failure()
4141 needs : [ update-dependencies-and-test ]
42- runs-on : ubuntu-latest
42+ runs-on : ubuntu-latest-large
4343 steps :
4444 - uses : rtCamp/action-slack-notify@v2
4545 env :
You can’t perform that action at this time.
0 commit comments