We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411b56f commit f735904Copy full SHA for f735904
.github/workflows/stackhpc-all-in-one.yml
@@ -67,7 +67,7 @@ on:
67
stackhpc_cloud_tests_version:
68
description: Git version of https://github.com/stackhpc/stackhpc-cloud-tests to use for testing
69
type: string
70
- default: main
+ default: opensearch-dashboards-grafana
71
repository:
72
description: SKC repository to checkout (convenience for external CI)
73
.github/workflows/stackhpc-pull-request.yml
@@ -7,6 +7,8 @@ concurrency:
7
name: Pull request
8
'on':
9
pull_request:
10
+ # FIXME: Remove
11
+ push:
12
jobs:
13
# Detect which files have changed and use this to run jobs conditionally.
14
# Note that we can't use the workflow-level paths attribute since this
0 commit comments