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