Skip to content

Commit abae332

Browse files
author
Magnus Hartvig Grønbech
committed
TEMP: add push trigger to run full bug-fix identification once
Reverted immediately after the run. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a8595e8 commit abae332

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/contamination-file-path-identification.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ on:
5555
schedule:
5656
# Weekly full run, Mondays 06:00 UTC.
5757
- cron: "0 6 * * 1"
58+
# TEMPORARY (remove after this run): workflow_dispatch only registers from the
59+
# default branch, so trigger a one-off full run by pushing to this feature branch.
60+
# On a push there are no inputs, so job defaults apply => category=bug-fix,
61+
# test-run=false (full dataset), model=claude-haiku-4.5.
62+
push:
63+
branches:
64+
- contamination-filepath-probe
5865

5966
concurrency:
6067
group: contamination-file-path-identification-${{ inputs.category || 'bug-fix' }}

0 commit comments

Comments
 (0)