Skip to content

Commit 2c48874

Browse files
committed
Add workflot dispatch
1 parent e687a3a commit 2c48874

31 files changed

+31
-0
lines changed

.github/workflows/aim.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- 'aim/**'
99
- '.github/workflows/aim.yml'
10+
workflow_dispatch:
1011

1112
jobs:
1213
examples:

.github/workflows/allennlp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- 'allennlp/**'
99
- '.github/workflows/allennlp.yml'
10+
workflow_dispatch:
1011

1112
jobs:
1213
examples:

.github/workflows/base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- './**.py'
99
- 'requirements.txt'
1010
- '.github/workflows/base.yml'
11+
workflow_dispatch:
1112

1213
jobs:
1314
examples:

.github/workflows/catboost.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- 'catboost/**'
99
- '.github/workflows/catboost.yml'
10+
workflow_dispatch:
1011

1112
jobs:
1213
examples:

.github/workflows/chainer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- 'chainer/**'
99
- '.github/workflows/chainer.yml'
10+
workflow_dispatch:
1011

1112
jobs:
1213
examples:

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request: {}
88
schedule:
99
- cron: '0 23 * * SUN-THU'
10+
workflow_dispatch:
1011

1112
jobs:
1213
checks:

.github/workflows/dashboard.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- 'dashboard/**'
99
- '.github/workflows/dashboard.yml'
10+
workflow_dispatch:
1011

1112
jobs:
1213
examples:

.github/workflows/dask.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- 'dask/**'
99
- '.github/workflows/dask.yml'
10+
workflow_dispatch:
1011

1112
jobs:
1213
examples:

.github/workflows/dask_ml.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- 'dask_ml/**'
99
- '.github/workflows/dask_ml.yml'
10+
workflow_dispatch:
1011

1112
jobs:
1213
examples:

.github/workflows/fastai.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- 'fastai/**'
99
- '.github/workflows/fastai.yml'
10+
workflow_dispatch:
1011

1112
jobs:
1213
examples:

0 commit comments

Comments
 (0)