File tree Expand file tree Collapse file tree 2 files changed +20
-17
lines changed
Expand file tree Collapse file tree 2 files changed +20
-17
lines changed Original file line number Diff line number Diff line change 11name : CI
2-
32on :
4- push :
53 pull_request :
6- workflow_dispatch :
4+ push :
5+ branches-ignore :
6+ - dependabot/*
7+ - renovate/*
78 schedule :
8- - cron : ' 0 0 * * 0'
9-
9+ - cron : 0 0 * * 0
10+ workflow_dispatch :
11+ concurrency :
12+ group : " ${{ github.workflow }}-${{ github.ref }}"
13+ cancel-in-progress : true
14+ permissions :
15+ contents : read
1016jobs :
1117 ci :
1218 runs-on : ubuntu-latest
@@ -19,18 +25,12 @@ jobs:
1925 - ' 3.1'
2026 - ' 3.2'
2127 - ' 3.3'
22- env :
23- CC_TEST_REPORTER_ID : " ${{ secrets.CC_TEST_REPORTER_ID }}"
2428 steps :
2529 - uses : actions/checkout@v6
2630 - name : Set up Ruby
2731 uses : ruby/setup-ruby@v1
2832 with :
29- ruby-version : ${{ matrix.ruby-version }}
33+ ruby-version : " ${{ matrix.ruby-version }}"
3034 bundler-cache : true
3135 - name : Run tests
3236 run : bundle exec rake
33- - name : Report code coverage
34- if : " ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' }}"
35- continue-on-error : true
36- uses : paambaati/codeclimate-action@v9
Original file line number Diff line number Diff line change 11name : Update gem from OpenAPI Spec
2-
32on :
4- workflow_dispatch :
53 schedule :
6- - cron : ' 0 0 * * 0'
7-
4+ - cron : 0 0 * * 0
5+ workflow_dispatch :
6+ concurrency :
7+ group : " ${{ github.workflow }}-${{ github.ref }}"
8+ cancel-in-progress : true
9+ permissions :
10+ contents : read
811jobs :
912 openapi-generate :
1013 runs-on : ubuntu-latest
3740 body : |
3841 Update the nutanix_clustermgmt-sdk-ruby gem from the nutanix_clustermgmt openapi-spec:
3942 https://developers.nutanix.com/api-reference?namespace=clustermgmt&version=${{ env.INPUT_SPEC_VERSION }}
40- token : ${{ secrets.PR_TOKEN }}
43+ token : " ${{ secrets.PR_TOKEN }}"
You can’t perform that action at this time.
0 commit comments