Skip to content

Commit 454287d

Browse files
committed
Merge branch 'master' of https://github.com/nasa/openmct into telemetry-comps
2 parents a7c5768 + 2050af4 commit 454287d

122 files changed

Lines changed: 5815 additions & 3499 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.circleci/config.yml

Lines changed: 0 additions & 330 deletions
This file was deleted.

.github/workflows/e2e-couchdb.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
name: 'e2e-couchdb'
22
on:
33
push:
4-
branches: master
5-
workflow_dispatch:
64
pull_request:
75
types:
8-
- labeled
96
- opened
10-
schedule:
11-
- cron: '0 0 * * *'
127
jobs:
138
e2e-couchdb:
14-
if: contains(github.event.pull_request.labels.*.name, 'pr:e2e:couchdb') || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event.action == 'opened'
159
runs-on: ubuntu-latest
1610
timeout-minutes: 60
1711
steps:

0 commit comments

Comments
 (0)