Skip to content

Commit f735904

Browse files
committed
Run the AIO testing on push and switch SCT to opensearch-dashboards-grafana
1 parent 411b56f commit f735904

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ on:
6767
stackhpc_cloud_tests_version:
6868
description: Git version of https://github.com/stackhpc/stackhpc-cloud-tests to use for testing
6969
type: string
70-
default: main
70+
default: opensearch-dashboards-grafana
7171
repository:
7272
description: SKC repository to checkout (convenience for external CI)
7373
type: string

.github/workflows/stackhpc-pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ concurrency:
77
name: Pull request
88
'on':
99
pull_request:
10+
# FIXME: Remove
11+
push:
1012
jobs:
1113
# Detect which files have changed and use this to run jobs conditionally.
1214
# Note that we can't use the workflow-level paths attribute since this

0 commit comments

Comments
 (0)