[v3] actions improvements & run actions on more branches and in forks#3747
Conversation
WalkthroughThe GitHub Actions workflow file Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant GitHub Actions
participant Build System
participant Test System
User->>GitHub Actions: Push code to branch
GitHub Actions->>Build System: Trigger build
Build System->>GitHub Actions: Build completed
GitHub Actions->>Test System: Run tests
Test System-->>GitHub Actions: Tests results
GitHub Actions-->>User: Notify results
Poem
Tip OpenAI O1 model for chat
Recent review detailsConfiguration used: .coderabbit.yaml Files selected for processing (2)
Files skipped from review as they are similar to previous changes (1)
Additional comments not posted (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
|
Thanks for taking the time to do this - it was due some TLC🙏 Please could you add an entry to the changelog located at |
to get rid of warnings
d3dbda8 to
363c24f
Compare
|
|
@leaanthony I wasn't sure, if this change was worthy of an entry, as it changed nothing in wails per se. I've added one now! |
|
Really appreciate this 🙏 |
Of course! The project is more than just code and we appreciate all efforts to improve the project as a whole 🙏 |
…wailsapp#3747) * [v3] actions: run in forks and also build v3/* or v3-* branches * [v3] actions: don't fail fast in test build actions * [v3] actions: update actions to node20 * [v3] actions: specify cache dependency path for setup-go to get rid of warnings



Description
v3/orv3-Type of change
How Has This Been Tested?
As part of the actions in my fork: https://github.com/stendler/wails/actions
Checklist:
website/src/pages/changelog.mdxwith details of this PRSummary by CodeRabbit
fail-faststrategy to allow all jobs to run to completion, enhancing visibility of test results.