File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 branches : ["main"]
66 pull_request :
77
8+ permissions :
9+ contents : read
10+
811jobs :
912 test :
1013 runs-on : ubuntu-latest
14+ timeout-minutes : 20
1115 steps :
1216 - uses : actions/checkout@v6
1317 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change @@ -27,9 +27,14 @@ permissions:
2727 contents : read
2828 issues : write
2929
30+ concurrency :
31+ group : ${{ github.workflow }}-${{ github.ref_name }}
32+ cancel-in-progress : false
33+
3034jobs :
3135 dispatch-shadow-signal :
3236 runs-on : ubuntu-latest
37+ timeout-minutes : 30
3338 env :
3439 BRIDGE_REPOSITORY : ${{ vars.SELFHOSTED_CODEX_REVIEW_REPOSITORY || 'QuantStrategyLab/CodexAuditBridge' }}
3540 BRIDGE_TASK : long_horizon_signal_shadow
Original file line number Diff line number Diff line change 3636permissions :
3737 contents : write
3838
39+ concurrency :
40+ group : ${{ github.workflow }}-${{ github.ref_name }}
41+ cancel-in-progress : false
42+
3943jobs :
4044 build-theme-momentum :
4145 runs-on : ubuntu-latest
46+ timeout-minutes : 30
4247 steps :
4348 - uses : actions/checkout@v6
4449 - uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments