mirror of
https://github.com/certbot/certbot.git
synced 2026-06-10 17:20:36 -04:00
temporarily add push trigger to see these tests running
This commit is contained in:
parent
64430d6fa4
commit
a2e9c4303e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
|
@ -4,6 +4,10 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 30 4 * * *
|
- cron: 30 4 * * *
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
# Add this temporarily to see these tests running; remove before merging!
|
||||||
|
- convert-nightly-pipeline
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# While many of these jobs could be grouped in a separate workflow, the github actions UI
|
# While many of these jobs could be grouped in a separate workflow, the github actions UI
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue