8000 Allow manually running changelog and dotnet-file workflows · devlooped/oss@084aa7c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 084aa7c

Browse files
committed
Allow manually running changelog and dotnet-file workflows
This enables manual in the repo as well as via gh cli runs. See https://cli.github.com/manual/gh_workflow_run
1 parent eeaeb55 commit 084aa7c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
on:
33
release:
44
types: [released]
5+
workflow_dispatch:
56

67
env:
78
GH_TOKEN: ${{ secrets.GH_TOKEN }}

.github/workflows/dotnet-file.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Synchronizes .netconfig-configured files with dotnet-file
22
name: dotnet-file
33
on:
4+
workflow_dispatch:
45
schedule:
56
- cron: "0 0 * * *"
67
push:

0 commit comments

Comments
 (0)
0