Skip to content

Commit

Permalink
change to more descriptive name for reusable workflow
Browse files Browse the repository at this point in the history
Signed-off-by: tylertitsworth <[email protected]>
  • Loading branch information
tylertitsworth committed Jul 9, 2024
1 parent aa465e1 commit 7ae9df9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
group: ${{ fromJson(needs.group-diff.outputs.groups) }}
experimental: [true]
fail-fast: false
uses: opea/genaiexamples/.github/workflows/bpst-containers.yaml@main
uses: opea/genaiexamples/.github/workflows/reuse-container-ci.yaml@main
with:
group_dir: ${{ matrix.group }}
no_start: true
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
group: ${{ fromJson(needs.get-groups.outputs.groups) }}
experimental: [true]
fail-fast: false
uses: opea/genaiexamples/.github/workflows/bpst-containers.yaml@main
uses: opea/genaiexamples/.github/workflows/reuse-container-ci.yaml@main
with:
group_dir: ${{ matrix.group }}
no_start: true
Expand Down

0 comments on commit 7ae9df9

Please sign in to comment.