mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-23 06:25:24 -07:00
core: Added workflow_dispatch to some of the CI pipelines [skip ci] (#4392)
This commit is contained in:
parent
c2a1401216
commit
83f92317d6
2 changed files with 2 additions and 0 deletions
1
.github/workflows/cypress.yml
vendored
1
.github/workflows/cypress.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
|||
branches: [ develop ]
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
automation-tests:
|
||||
|
|
1
.github/workflows/pr.yml
vendored
1
.github/workflows/pr.yml
vendored
|
@ -3,6 +3,7 @@ name: PR Build
|
|||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-ui:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue