[all-commits] [llvm/llvm-project] f08789: [Github] Fix concurrency groups for premerge
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Dec 16 17:12:14 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f0878995c217d6c6f808532fcfa106a7c680ce5a
https://github.com/llvm/llvm-project/commit/f0878995c217d6c6f808532fcfa106a7c680ce5a
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M .github/workflows/premerge.yaml
Log Message:
-----------
[Github] Fix concurrency groups for premerge
According to https://docs.github.com/en/rest/using-the-rest-api/github-event-types?apiVersion=2022-11-28,
When we look at the push event payload, github.event.push.head is a string
containing the SHA. This is currently causing new commits on main to cancel
the premerge pipeline of older commits.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list