refactor: kubo in .github/workflows
Marcin Rataj committed
Jul 6, 2022 at 21:40 UTC
7aced61a6ef961c1218b667deb35d07d7af57433
4 files changed
+5
-5
.github/workflows/codeql-analysis.yml
+1
-1
@@ -13,7 +13,7 @@ on:
13
14
jobs:
15
analyze:
16
- if: github.repository == 'ipfs/go-ipfs' || github.event_name == 'workflow_dispatch'
16
+ if: github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch'
17
name: Analyze
18
runs-on: ubuntu-latest
19
.github/workflows/docker-image.yml
+1
-1
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
push_to_registry:
14
- if: github.repository == 'ipfs/go-ipfs' || github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch'
14
+ if: github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch'
15
name: Push Docker image to Docker Hub
16
runs-on: ubuntu-latest
17
env:
.github/workflows/sync-release-assets.yml
+2
-2
@@ -11,7 +11,7 @@ concurrency:
11
12
jobs:
13
sync-github-and-dist-ipfs-io:
14
- if: github.repository == 'ipfs/go-ipfs' || github.event_name == 'workflow_dispatch'
14
+ if: github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch'
15
runs-on: "ubuntu-latest"
16
steps:
17
- uses: ipfs/download-ipfs-distribution-action@v1
@@ -51,7 +51,7 @@ jobs:
51
}
52
53
// fetch asset info from dist.ipfs.io
54
- p = '/ipns/dist.ipfs.io/go-ipfs/' + release.tag_name
54
+ p = '/ipns/dist.ipfs.io/kubo/' + release.tag_name
55
let stdout = ''
56
const options = {}
57
options.listeners = {
.github/workflows/testground-on-push.yml
+1
-1
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
testground:
11
- if: github.repository == 'ipfs/go-ipfs' || github.event_name == 'workflow_dispatch'
11
+ if: github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch'
12
runs-on: ubuntu-latest
13
name: ${{ matrix.composition_file }}
14
strategy: