Skip to content

Commit 5935cb8

Browse files
authoredOct 2, 2024··
Merge branch 'main' into turnoff-actions
2 parents e9e1a2e + b28d3f1 commit 5935cb8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎.github/workflows/model_benchmarking.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Model Benchmarking
22
on:
3-
pull_request:
4-
types: [opened, synchronize, edited, reopened]
3+
# pull_request:
4+
# types: [opened, synchronize, edited, reopened]
55

66
env:
77
pr_username: github.event.pull_request.user.login

‎.github/workflows/noise_processing.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
# branches:
88
# - main
99
# - caching
10+
1011
#schedule:
1112
# - cron: '51 21 8 7 *'
1213

0 commit comments

Comments
 (0)
Please sign in to comment.