Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Conversation

@aquarhead
Copy link
Contributor

Fix #1086

@aquarhead
Copy link
Contributor Author

aquarhead commented Sep 27, 2024

Just FYI you can allow other jobs in a matrix to run to complete instead of cancel when one of them fails https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast (it defaults to true)

I don't think the failure is related to my change?

@djc
Copy link
Collaborator

djc commented Sep 27, 2024

That's right, the failure is unrelated. If you're able to add a separate commit that changes the matrix to allowing it to complete, that would be great!

Copy link
Collaborator

@djc djc left a comment

Choose a reason for hiding this comment

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

Thanks!

@djc
Copy link
Collaborator

djc commented Sep 27, 2024

Test failure addressed in #1098.

@djc djc merged commit aa28384 into askama-rs:main Sep 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow Trailing Commas in Arrays Inside Template Expressions

2 participants