Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/trigger-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
|| github.actor == 'kainzhong'
|| github.actor == 'cspades'
|| github.actor == 'jomitchellnv'
|| github.actor == 'fheinecke'
|| github.actor == 'janekb04'
Comment on lines +63 to +64

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 Split CI Allowlist State

If fheinecke and janekb04 are meant to be authorized CI users generally, this change only updates the /te-ci workflow. The sibling comment-triggered CI workflow keeps a separate allowlist, so the same users can trigger one CI path but still get rejected on the other.

)
steps:
- name: Check if comment is issued by authorized person
Expand Down
Loading