diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42a189c..75cf7cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,10 @@ on: # Runs Monday 06:00 UTC; reports any new backports / KEV additions # that haven't propagated into the corpus yet. - cron: '0 6 * * 1' + workflow_dispatch: + # Lets us trigger the drift-check job on demand (e.g. after a + # metadata refresh) without waiting for the weekly cron. The + # drift-check job's `if:` gate honors this trigger. jobs: build: