Skip to content

Commit

Permalink
Merge pull request #956 from m-1-k-3/master
Browse files Browse the repository at this point in the history
Enable workflow dispatch
  • Loading branch information
m-1-k-3 committed Dec 12, 2023
2 parents 3ed56a0 + 4fcf97a commit d72ddbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
# branches:
# - '**'
# # Allows you to run this workflow manually from the Actions tab
# workflow_dispatch:
workflow_dispatch:

jobs:
default-install:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
# branches:
# - '**'
# Allows you to run this workflow manually from the Actions tab
# workflow_dispatch:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # do it every day

Expand Down

0 comments on commit d72ddbb

Please sign in to comment.