Skip to content

Commit

Permalink
modify some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HotoRas committed Nov 16, 2024
1 parent 0d64ff7 commit 731e85c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
REGISTRY_IMAGE: misskey/misskey
REGISTRY_IMAGE: nekoplanet/nekoplanet

jobs:
# see https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners
Expand All @@ -20,7 +20,7 @@ jobs:
platform:
- linux/amd64
- linux/arm64
if: github.repository == 'misskey-dev/misskey'
if: github.repository == 'nekoplanet/misskey'
steps:
- name: Prepare
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
REGISTRY_IMAGE: misskey/misskey
REGISTRY_IMAGE: nekoplanet/nekoplanet
TAGS: |
type=edge
type=ref,event=pr
Expand All @@ -26,6 +26,7 @@ jobs:
platform:
- linux/amd64
- linux/arm64
if: github.repository == 'nekoplanet/misskey'
steps:
- name: Prepare
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ok-to-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
ok-to-test:
runs-on: ubuntu-latest
# Only run for PRs, not issue comments
if: ${{ github.event.issue.pull_request }}
if:
- ${{ github.event.issue.pull_request }}
- github.repository == 'misskey-dev/misskey'
steps:
# Generate a GitHub App installation access token from an App ID and private key
# To create a new GitHub App:
Expand Down

0 comments on commit 731e85c

Please sign in to comment.