Skip to content

Commit

Permalink
for test1
Browse files Browse the repository at this point in the history
Signed-off-by: zepan <ze.pan@intel.com>
  • Loading branch information
ZePan110 committed Aug 19, 2024
1 parent ae18d63 commit 577bb63
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/manual-comps-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [main]
types: [opened, reopened, ready_for_review, synchronize]

workflow_dispatch:
inputs:
service:
Expand Down Expand Up @@ -52,10 +52,10 @@ jobs:
services: "dataprep" #${{ steps.get-matrix.outputs.services }}
names: "_pgvector" #${{ steps.get-matrix.outputs.names }}
steps:
- name: run workflow
id: get-matrix
run: |
echo "workflow is triggered"
- name: run workflow
id: get-matrix
run: |
echo "workflow is triggered"
run-services:
needs: [get-test-matrix]
Expand Down

0 comments on commit 577bb63

Please sign in to comment.