Skip to content

Commit d339b8f

Browse files
committed
adding more workflows
1 parent fdb94fa commit d339b8f

8 files changed

Lines changed: 309 additions & 673 deletions

File tree

.github/workflows/1k1k-sweep.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: "1K/1K Sweep"
22

33
concurrency:
4-
group: benchmark-lock-1k1k
5-
cancel-in-progress: false
4+
group: benchmark-lock-1k1k
5+
cancel-in-progress: false
66

77
on:
88
pull_request:
99
workflow_dispatch:
10+
# schedule:
11+
# - cron: '0 23 * * *'
1012

1113
jobs:
1214
get-70b-configs:

.github/workflows/1k8k-sweep.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ concurrency:
44
group: benchmark-lock-1k8k
55
cancel-in-progress: false
66

7+
on:
8+
workflow_dispatch:
9+
schedule:
10+
- cron: '0 23 * * *'
11+
712
on:
813
# pull_request:
914
workflow_dispatch:

.github/workflows/70b-tmpl.yml

Lines changed: 0 additions & 230 deletions
This file was deleted.

.github/workflows/8k1k-sweep.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ concurrency:
77
on:
88
# pull_request:
99
workflow_dispatch:
10+
# schedule:
11+
# - cron: '0 23 * * *'
1012

1113
jobs:
1214
get-70b-configs:

0 commit comments

Comments
 (0)