Skip to content

Commit

Permalink
Topic/enable manual workflow starts (#3)
Browse files Browse the repository at this point in the history
* Update powershell.yml

* Update devskim.yml
  • Loading branch information
norschel authored Jan 30, 2025
1 parent aafe360 commit 4805b2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/devskim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
branches: [ master ]
schedule:
- cron: '24 8 * * 0'
workflow_dispatch:

jobs:
lint:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/powershell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ on:
branches: [ master ]
schedule:
- cron: '15 3 * * 0'

workflow_dispatch:

jobs:
build:
name: PSScriptAnalyzer
Expand Down

0 comments on commit 4805b2c

Please sign in to comment.