File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
#
4
4
5
+ # This workflow is intended to provide an interactive way of configuring
6
+ # PDO tests. Common configuration variables can be set interactively to
7
+ # debug differences between local and github.
8
+
5
9
name : Run specific PDO tests
6
10
on :
7
11
workflow_dispatch :
32
36
- SMALL
33
37
- MEDIUM
34
38
- LARGE
39
+
35
40
jobs :
36
41
pdo_specific_tests :
37
42
name : Run specific PDO tests
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
#
4
4
5
+ # This workflow is intended to be used as a validity test for any
6
+ # pull request. That is, this is a minimal functionality that must
7
+ # be successfully executed prior to merging a pull request. Note
8
+ # that this can be overridden by adding '[skip ci]' in the commit
9
+ # name. This should not be done on the main PDO branch.
10
+
5
11
name : Run full PDO tests
6
12
on : [ pull_request ]
7
13
You can’t perform that action at this time.
0 commit comments