Skip to content

Commit

Permalink
Allow manually running changelog and dotnet-file workflows
Browse files Browse the repository at this point in the history
This enables manual in the repo as well as via gh cli runs. See https://cli.github.com/manual/gh_workflow_run
  • Loading branch information
kzu committed May 7, 2021
1 parent eeaeb55 commit 084aa7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
on:
release:
types: [released]
workflow_dispatch:

env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dotnet-file.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Synchronizes .netconfig-configured files with dotnet-file
name: dotnet-file
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
Expand Down

0 comments on commit 084aa7c

Please sign in to comment.