Apply suggestions from code review
Piotr Galar committed
Mar 8, 2023 at 08:00 UTC
b21e819923c7f0852791534fcf140cbc29185845
2 files changed
+1
-2
.github/workflows/codeql-analysis.yml
-1
@@ -17,7 +17,6 @@ permissions:
17
18
jobs:
19
analyze:
20
-
20
if: github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch'
21
name: Analyze
22
runs-on: ubuntu-latest
.github/workflows/sync-release-assets.yml
+1
-1
@@ -11,9 +11,9 @@ concurrency:
11
12
permissions:
13
contents: write # to upload release asset
14
+
15
jobs:
16
sync-github-and-dist-ipfs-tech:
16
-
17
if: github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch'
18
runs-on: "ubuntu-latest"
19
timeout-minutes: 5