Skip to content

Commit 15553b8

Browse files
committed
adding more workflows
1 parent 09e9c49 commit 15553b8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ concurrency:
55
cancel-in-progress: false
66

77
on:
8-
push:
9-
branches:
10-
- initial-refactor
118
workflow_dispatch:
129
inputs:
1310
name:
@@ -101,7 +98,7 @@ jobs:
10198
config: ${{ fromJson(needs.get-jobs.outputs.search-space-config) }}
10299
secrets: inherit
103100
with:
104-
exp-name: "dsr1_1k1k"
101+
exp-name: "test"
105102
isl: ${{ matrix.config.isl }}
106103
osl: ${{ matrix.config.osl }}
107104
max-model-len: ${{ matrix.config.max-model-len }}

0 commit comments

Comments
 (0)