File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 12
12
schedule :
13
13
- cron : ' 0 0 * * *'
14
14
15
+ concurrency :
16
+ group : scan-${{ github.ref }}
17
+ cancel-in-progress : true
18
+
15
19
jobs :
16
20
analyze :
17
21
name : Analyze
Original file line number Diff line number Diff line change 20
20
RUBY_VER : 2.6
21
21
22
22
concurrency :
23
- group : ${{ github.ref }}
23
+ group : ci/cd- ${{ github.ref }}
24
24
cancel-in-progress : true
25
25
26
26
jobs :
29
29
runs-on : ${{ matrix.os }}
30
30
strategy :
31
31
matrix :
32
- os : [ubuntu-latest, [self-hosted, macOS] ]
32
+ os : [ubuntu-latest, macos-latest ]
33
33
outputs :
34
34
release : ${{ steps.check_version_bump.outputs.release_type != '' }}
35
35
Original file line number Diff line number Diff line change 1
- # cocoapods-embed-flutter
1
+ # CocoaPods Embed Flutter
2
2
3
3
[ ![ 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 )
4
4
[ ![ 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