fastlane-plugin-stream_actions 0.3.71 → 0.3.72

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd6dfc8695df408bd77d6876f440d4d7d0c532166d6a13f46713a222c6807658
4
- data.tar.gz: 0e26a1d558a1f301eac7665d1da4ffea2a8b87ecbd1a8307224a9931107faf9b
3
+ metadata.gz: 6944da53d0897bf03f0389670ea087ec18a21fa754b98d1283e41b603d8e5707
4
+ data.tar.gz: 48dfdd28d2de636e6ae5af8372268ad2f7a60ea75ab9e559aeb8c50a93ca148a
5
5
  SHA512:
6
- metadata.gz: 163c877a01d77bbbe1bec44289e3e1686d4fc4a6d7acf07459fbabe15b58f66e6cbbec6aeea12b57a018df129ae7e048d5f343e666678cbf05838025aeee9467
7
- data.tar.gz: 288ea45a569995bc664de89a22dc5f3246ee184fed7970d0e357f2cf940a88eb18d8a825b8d268e6ee8f51cf9ab0b9fee64377a978567d8b93d3296963361c13
6
+ metadata.gz: 3619926f83dacc09bf67df959065d6a81fef93babfd718f5026ce3f57bc0ab1b6577061d61af6a099b72911604ee12b63f9e53be384a3dc2d2f700178f73a8be
7
+ data.tar.gz: f5f4e3388282fb4b2e872a678d1ab74067f042162434fd4a95aa2fbddd0c69b290f92f19e8c8642382df16b950d5b7254b7d59f83d3f362d584164ce8fc63d36
@@ -58,7 +58,7 @@ module Fastlane
58
58
  FastlaneCore::PrintTable.print_values(title: 'SDK Size', config: params[:branch_sizes])
59
59
 
60
60
  if other_action.is_ci
61
- if is_release || ENV['GITHUB_EVENT_NAME'].to_s == 'push'
61
+ if is_release || (ENV['GITHUB_EVENT_NAME'].to_s == 'push' && ["main", "develop"].include?(other_action.current_branch))
62
62
  benchmark_config[benchmark_key] = params[:branch_sizes]
63
63
  File.write(sdk_size_path, JSON.pretty_generate(benchmark_config))
64
64
  Dir.chdir(File.dirname(sdk_size_path)) do
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module StreamActions
3
- VERSION = '0.3.71'
3
+ VERSION = '0.3.72'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-stream_actions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.71
4
+ version: 0.3.72
5
5
  platform: ruby
6
6
  authors:
7
7
  - GetStream
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-29 00:00:00.000000000 Z
11
+ date: 2024-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xctest_list