Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/test.yml → .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

name: Run Bazel Tests
on:
pull_request:
types: [opened, reopened, synchronize]
workflow_call:
jobs:
code:
Expand Down
30 changes: 30 additions & 0 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# *******************************************************************************
# Copyright (c) 2026 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************

name: Publish Documentation

on:
workflow_run:
workflows: ["PR Checks"]
types: [completed]

jobs:
docs-deploy:
if: github.event.workflow_run.conclusion == 'success'
Comment thread
AlexanderLanin marked this conversation as resolved.
uses: eclipse-score/cicd-workflows/.github/workflows/docs-publish.yml@206a795e30d45de82d541206fde17abe98d2b4bf
permissions:
actions: read
contents: write
id-token: write
pages: write
pull-requests: write
12 changes: 9 additions & 3 deletions .github/workflows/on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,18 @@ on:
push:
branches:
- main

release:
types: [published]

jobs:
# Common S-CORE Workflow

common:
uses: eclipse-score/cicd-workflows/.github/workflows/on-pr.yml@88cb460c47cb49efeb25cd7b73c8945dd1c5bce2 # on-pr/v0.0.0
permissions:
contents: read

unit-tests:
uses: ./.github/workflows/_test.yml

docs-build:
needs: [unit-tests]
uses: eclipse-score/cicd-workflows/.github/workflows/docs.yml@206a795e30d45de82d541206fde17abe98d2b4bf
60 changes: 0 additions & 60 deletions .github/workflows/test_and_docs.yml

This file was deleted.

Loading