Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: disable some unnecessary CI workflows #7

Merged
merged 2 commits into from
Sep 12, 2024

Conversation

kathaypacific
Copy link

@kathaypacific kathaypacific commented Sep 11, 2024

Description

To keep the changes minimal, I've removed the automated triggers to the unnecessary workflows:

  • workflows related to crowdin and translations (these fail when doing the project syncs because of new translations that modify the localised files)
  • nightly builds
  • productions builds limited to only mainnet (skip alfajores)
  • licences update

Test plan

n/a

Related issues

n/a

Backwards compatibility

Y

Network scalability

If a new NetworkId and/or Network are added in the future, the changes in this PR will:

  • Continue to work without code changes, OR trigger a compilation error (guaranteeing we find it when a new network is added)

Copy link

@jeanregisser jeanregisser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@@ -11,14 +11,14 @@ jobs:
uses: ./.github/workflows/release-fastlane-ios.yml
with:
branch: ${{ github.ref_name }}
lanes: '["alfajores", "mainnet"]'
lanes: '["mainnet"]'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This reminds, we should call it production and rename things accordingly in fastlane and .env.*

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh yes, i can do this separately

@kathaypacific kathaypacific merged commit bc669b7 into main Sep 12, 2024
3 of 5 checks passed
@kathaypacific kathaypacific deleted the kathy/ci-workflows branch September 12, 2024 08:55
jeanregisser pushed a commit that referenced this pull request Sep 25, 2024
### Description

To keep the changes minimal, I've removed the automated triggers to the
unnecessary workflows:
- workflows related to crowdin and translations (these fail when doing
the project syncs because of new translations that modify the localised
files)
- nightly builds
- productions builds limited to only mainnet (skip alfajores)
- licences update

### Test plan

n/a

### Related issues

n/a

### Backwards compatibility

Y

### Network scalability

If a new NetworkId and/or Network are added in the future, the changes
in this PR will:

- [ ] Continue to work without code changes, OR trigger a compilation
error (guaranteeing we find it when a new network is added)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants