Skip to content

Commit

Permalink
[Feature/agent_framework] Fixed CI after repo name change (#199)
Browse files Browse the repository at this point in the history
Fixed CI after repo name change

Signed-off-by: Owais Kazi <[email protected]>
  • Loading branch information
owaiskazi19 authored Nov 27, 2023
1 parent 268f0b6 commit 40d024b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
spotless:
if: github.repository == 'opensearch-project/opensearch-ai-flow-framework'
if: github.repository == 'opensearch-project/flow-framework'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build-and-publish-snapshots:
strategy:
fail-fast: false
if: github.repository == 'opensearch-project/opensearch-ai-flow-framework'
if: github.repository == 'opensearch-project/flow-framework'
runs-on: ubuntu-latest

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
validate:
name: Validate
if: github.repository == 'opensearch-project/opensearch-ai-flow-framework'
if: github.repository == 'opensearch-project/flow-framework'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 40d024b

Please sign in to comment.