Feat: Add event key to CEL env for filtering (#1748)

* feat: add event key to env

* chore: generate a bunch of stuff again

* feat: add a test for filtering by event key

* refactor: duped code

* fix: skip flaky test in ci

* Fix: Add filter payloads to context (#1743)

* feat: add payload to ctx

* chore: ver

* fix: add filter payload to go

* fix: tests + lint

* fix: lint

* fix: naming
This commit is contained in:
Matt Kaye
2025-05-19 12:52:41 -04:00
committed by GitHub
parent 400aadc317
commit 752e6bd5cf
31 changed files with 113 additions and 30 deletions

View File

@@ -283,6 +283,9 @@ def time_until_next_minute() -> float:
return (next_minute - now).total_seconds()
@pytest.mark.skip(
reason="Test is flaky because the first jobs that are picked up don't necessarily go in priority order"
)
@pytest.mark.parametrize(
"on_demand_worker",
[