mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:15:42 +02:00
allow manually triggering GH actions (#10015)
This commit is contained in:
@@ -4,6 +4,7 @@ on:
|
||||
schedule:
|
||||
# Every week on Thursday @ 13:00
|
||||
- cron: "0 13 * * 4"
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
send-mattermost-message:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -3,6 +3,7 @@ on:
|
||||
schedule:
|
||||
# Run 1:24AM every night
|
||||
- cron: '24 1 * * *'
|
||||
workflow_dispatch:
|
||||
permissions:
|
||||
issues: write
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user