llama-stack-mirror/.github
Krzysztof Malczuk 5bd6cb52fb
fix: github action canceling valid tasks for checking semantic pr title (#3127)
# What does this PR do?
<!-- Provide a short summary of what this PR does and why. Link to
relevant issues if applicable. -->
This PR changes the group name from github.ref to
github.even.pull_request_number. The reason for this is that github.ref
does not act as a unique identifier in the pull_request_target event and
only is unique in pull_request. The github action was getting canceled
was because the group name was not unique in the concurrency section.

<!-- If resolving an issue, uncomment and update the line below -->
Closes #3102

## Test Plan
<!-- Describe the tests you ran to verify your changes with result
summaries. *Provide clear instructions so the plan can be easily
re-executed.* -->
To test this I have created a fake github action and ran it trough act
to see what the github.ref variable produced and what alternatives can
be used. This confirmed that the github.ref was not unique and that
github.event.pull_request_number is unique to the PR.
2025-08-13 07:14:03 -07:00
..
actions chore(tests): fix responses and vector_io tests (#3119) 2025-08-12 16:15:53 -07:00
ISSUE_TEMPLATE chore: add issue template for technical debt (#2753) 2025-07-14 14:41:44 -07:00
workflows fix: github action canceling valid tasks for checking semantic pr title (#3127) 2025-08-13 07:14:03 -07:00
CODEOWNERS chore: Add slekkala1 to codeowners (#2817) 2025-07-18 10:33:30 -07:00
dependabot.yml ci: Remove open-pull-requests-limit: 0 from dependabot.yml (#2900) 2025-07-25 09:49:18 +02:00
PULL_REQUEST_TEMPLATE.md chore: fix visible comments in pr template (#2279) 2025-05-27 15:42:33 +02:00
TRIAGERS.md chore: Remove @booxter from triagers (#2473) 2025-06-18 19:30:09 -07:00