Skip to content

Commit d72ddbb

Browse files
authored
Merge pull request #956 from m-1-k-3/master
Enable workflow dispatch
2 parents 3ed56a0 + 4fcf97a commit d72ddbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/default_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
# branches:
1111
# - '**'
1212
# # Allows you to run this workflow manually from the Actions tab
13-
# workflow_dispatch:
13+
workflow_dispatch:
1414

1515
jobs:
1616
default-install:

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
# branches:
99
# - '**'
1010
# Allows you to run this workflow manually from the Actions tab
11-
# workflow_dispatch:
11+
workflow_dispatch:
1212
schedule:
1313
- cron: '0 0 * * *' # do it every day
1414

0 commit comments

Comments
 (0)