Add workflow_dispatch event
This commit is contained in:
parent
04738587e8
commit
62820ea2b8
|
|
@ -1,7 +1,7 @@
|
|||
name: CI
|
||||
on: [push, pull_request]
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
contents: read
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ name: 'Lock threads'
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 3 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ name: 'Close stale issues/PRs'
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 4 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
|
|
|||
Loading…
Reference in New Issue