Skip to content

Commit

Permalink
Rename CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
FauconSpartiate committed Jan 11, 2024
1 parent 06162e2 commit e61ee52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions codemagic.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
workflows:
internal-workflow: &base
name: Internal test workflow
alpha-release-workflow: &base
name: Alpha release workflow
max_build_duration: 30
instance_type: mac_mini_m1
environment:
Expand Down Expand Up @@ -81,9 +81,9 @@ workflows:
cache_paths:
- $FLUTTER_ROOT/.pub-cache
- $HOME/Library/Caches/CocoaPods
release-workflow:
production-release-workflow:
<<: *base
name: Release workflow
name: Production release workflow
scripts:
- name: Bump Flutter submodule
working_directory: .flutter/
Expand Down

0 comments on commit e61ee52

Please sign in to comment.