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 env :
1919 DOCKER_LOGIN : ${{ secrets.DOCKER_USERNAME && secrets.DOCKER_AUTH_TOKEN }}
4444 name : Deploy
4545 if : success() && github.ref_type == 'tag'
4646 needs : [ test ]
47- runs-on : ubuntu-latest
47+ runs-on : ubuntu-latest-large
4848 steps :
4949 - name : Checkout sendgrid-csharp
5050 uses : actions/checkout@v2
6767 DD_API_KEY : ${{ secrets.DATADOG_API_KEY }}
6868
6969 code-signing :
70- runs-on : windows-latest
70+ runs-on : windows-latest-large
7171 needs : [ deploy ]
7272 steps :
7373 - name : Checkout sendgrid-csharp
@@ -134,7 +134,7 @@ jobs:
134134 name : Slack notify on failure
135135 if : failure() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag')
136136 needs : [ test, deploy ]
137- runs-on : ubuntu-latest
137+ runs-on : ubuntu-latest-large
138138 steps :
139139 - uses : rtCamp/action-slack-notify@v2
140140 env :
You can’t perform that action at this time.
0 commit comments