-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: included ci shim - included ci shim Signed-off-by: naveensrinivasan <[email protected]> * updated the paths to conditionals Signed-off-by: naveensrinivasan <[email protected]> * fixed the lint Signed-off-by: naveensrinivasan <[email protected]> * removed on pull request. Signed-off-by: naveensrinivasan <[email protected]> --------- Signed-off-by: naveensrinivasan <[email protected]>
- Loading branch information
1 parent
cda079f
commit 728081f
Showing
3 changed files
with
51 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: CI Docs Shim | ||
|
||
on: | ||
pull_request: | ||
paths: | ||
- "**.md" | ||
- "**.jpg" | ||
- "**.png" | ||
- "**.gif" | ||
- "**.svg" | ||
- "adr/**" | ||
- "docs/**" | ||
- ".gitignore" | ||
- "renovate.json" | ||
- ".release-please-config.json" | ||
- "release-please-config.json" | ||
- "oscal-component.yaml" | ||
- "CODEOWNERS" | ||
- "LICENSE" | ||
- "CONTRIBUTING.md" | ||
- "SECURITY.md" | ||
|
||
jobs: | ||
test: | ||
runs-on: "ubuntu-latest" | ||
timeout-minutes: 20 | ||
name: Deploy ${{ matrix.flavor }} | ||
strategy: | ||
matrix: | ||
flavor: [upstream, registry1] | ||
steps: | ||
- name: Shim for Deploy ${{ matrix.flavor }} | ||
run: | | ||
echo "Documentation-only change detected; marking Deploy ${{ matrix.flavor }} as successful." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters