Skip to content

Commit

Permalink
Nightly workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Sep 30, 2024
1 parent 9e6774d commit a954c18
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,23 @@ name: Nightly
on:
schedule:
- cron: "0 1 * * *"
workflow_dispatch: ~
workflow_dispatch:
inputs:
job:
required: false
type: choice
options:
- ALPINE
- LINUX_X64
- LINUX_X32
- MACOS
- COVERAGE_DEBUG_NTS
- COMMUNITY
- OPCACHE_VARIATION
- MSAN
- LIBMYSQLCLIENT
- PECL
- WINDOWS
permissions:
contents: read
jobs:
Expand Down

0 comments on commit a954c18

Please sign in to comment.