1 parent c5c85ce commit bfeff11Copy full SHA for bfeff11
1 file changed
.github/workflows/trace-ace-v141-v135-runtime-assets.yml
@@ -1,10 +1,16 @@
1
name: Trace Ace V141 V135 Runtime Assets
2
+# Frozen science; synchronize PR after base runner registration.
3
on:
4
push:
5
branches: [agent/v141-v135-runtime-assets]
6
paths:
7
- 'competitions/trace_the_ace/train_v135_runtime_assets.py'
8
- '.github/workflows/trace-ace-v141-v135-runtime-assets.yml'
9
+ pull_request:
10
+ branches: [agent/v140-crossfit-calibration]
11
+ paths:
12
+ - 'competitions/trace_the_ace/train_v135_runtime_assets.py'
13
+ - '.github/workflows/trace-ace-v141-v135-runtime-assets.yml'
14
workflow_dispatch:
15
jobs:
16
build:
0 commit comments