mirror of
https://github.com/electron/electron.git
synced 2026-02-19 03:14:51 -05:00
build: allow workflow_dispatch on scheduled Actions (#37128)
This commit is contained in:
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
@@ -1,5 +1,6 @@
|
||||
name: 'Close stale issues'
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# 1:30am every day
|
||||
- cron: '30 1 * * *'
|
||||
|
||||
Reference in New Issue
Block a user