Skip to content

Commit 9e2b471

Browse files
committed
add documentation to workflows
Signed-off-by: Mic Bowman <[email protected]>
1 parent 5cdd803 commit 9e2b471

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Diff for: .github/workflows/configured_test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# SPDX-License-Identifier: Apache-2.0
33
#
44

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+
59
name: Run specific PDO tests
610
on:
711
workflow_dispatch:
@@ -32,6 +36,7 @@ on:
3236
- SMALL
3337
- MEDIUM
3438
- LARGE
39+
3540
jobs:
3641
pdo_specific_tests:
3742
name: Run specific PDO tests

Diff for: .github/workflows/full_test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
# SPDX-License-Identifier: Apache-2.0
33
#
44

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+
511
name: Run full PDO tests
612
on: [ pull_request ]
713

0 commit comments

Comments
 (0)