mirror of
https://github.com/nasa/openmct.git
synced 2025-06-20 08:03:49 +00:00
Run Percy Nightly and on PR (#4540)
Previously this was only running on wednesdays
This commit is contained in:
11
.github/workflows/e2e-visual.yml
vendored
11
.github/workflows/e2e-visual.yml
vendored
@ -1,16 +1,15 @@
|
|||||||
name: "e2e-visual"
|
name: "e2e-visual"
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
pull_request:
|
||||||
version:
|
types:
|
||||||
description: '(Not configured) Which branch do you want to test?' # Limited to branch for now
|
- labeled
|
||||||
required: false
|
|
||||||
default: 'master'
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '28 21 * * 3'
|
- cron: '28 21 * * 1-5'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
e2e-visual:
|
e2e-visual:
|
||||||
|
if: ${{ github.event.label.name == 'pr:visual' }} || ${{ github.event.workflow_dispatch }} || ${{ github.event.schedule }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Reference in New Issue
Block a user