Skip to content

Commit

Permalink
Fix CI after repo move.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury-Fridlyand committed Jul 8, 2024
1 parent aa4fbae commit 7639fe4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: make test

build-amazonlinux-latest:
if: github.repository_owner == 'aws'
if: github.repository_owner == 'valkey-io'
strategy:
# Run all jobs
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:

jobs:
start-self-hosted-runner:
if: github.repository_owner == 'aws'
if: github.repository_owner == 'valkey-io'
runs-on: ubuntu-latest
environment: AWS_ACTIONS
steps:
Expand All @@ -37,7 +37,7 @@ jobs:

create-binaries-to-publish:
needs: start-self-hosted-runner
if: github.repository_owner == 'aws'
if: github.repository_owner == 'valkey-io'
timeout-minutes: 35
strategy:
# Run all jobs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
java/client/build/reports/spotbugs/**
build-amazonlinux-latest:
if: github.repository_owner == 'aws'
if: github.repository_owner == 'valkey-io'
strategy:
# Run all jobs
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ permissions:

jobs:
start-self-hosted-runner:
if: github.repository_owner == 'aws'
if: github.repository_owner == 'valkey-io'
runs-on: ubuntu-latest
environment: AWS_ACTIONS
steps:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
publish-binaries:
needs: [start-self-hosted-runner, load-platform-matrix]
if: github.repository_owner == 'aws'
if: github.repository_owner == 'valkey-io'
name: Publish packages to NPM
runs-on: ${{ matrix.build.RUNNER }}
container:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
required: true
jobs:
run-ort:
if: github.repository_owner == 'aws'
if: github.repository_owner == 'valkey-io'
name: Create attribution files
runs-on: ubuntu-latest
strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypi-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
start-self-hosted-runner:
if: github.repository_owner == 'aws'
if: github.repository_owner == 'valkey-io'
runs-on: ubuntu-latest
environment: AWS_ACTIONS
steps:
Expand All @@ -60,7 +60,7 @@ jobs:

publish-binaries:
needs: [start-self-hosted-runner, load-platform-matrix]
if: github.repository_owner == 'aws'
if: github.repository_owner == 'valkey-io'
name: Publish packages to PyPi
runs-on: ${{ matrix.build.RUNNER }}
timeout-minutes: 25
Expand Down

0 comments on commit 7639fe4

Please sign in to comment.