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