File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1212 schedule :
1313 - cron : ' 0 0 * * *'
1414
15+ concurrency :
16+ group : scan-${{ github.ref }}
17+ cancel-in-progress : true
18+
1519jobs :
1620 analyze :
1721 name : Analyze
Original file line number Diff line number Diff line change 2020 RUBY_VER : 2.6
2121
2222concurrency :
23- group : ${{ github.ref }}
23+ group : ci/cd- ${{ github.ref }}
2424 cancel-in-progress : true
2525
2626jobs :
2929 runs-on : ${{ matrix.os }}
3030 strategy :
3131 matrix :
32- os : [ubuntu-latest, [self-hosted, macOS] ]
32+ os : [ubuntu-latest, macos-latest ]
3333 outputs :
3434 release : ${{ steps.check_version_bump.outputs.release_type != '' }}
3535
Original file line number Diff line number Diff line change 1- # cocoapods-embed-flutter
1+ # CocoaPods Embed Flutter
22
33[ ![ CI/CD] ( https://github.com/DartBuild/cocoapods-embed-flutter/actions/workflows/main.yml/badge.svg?branch=main&event=push )] ( https://github.com/DartBuild/cocoapods-embed-flutter/actions/workflows/main.yml )
44[ ![ Gem Version] ( https://badge.fury.io/rb/cocoapods-embed-flutter.svg )] ( http://badge.fury.io/rb/cocoapods-embed-flutter )
You can’t perform that action at this time.
0 commit comments