File tree 4 files changed +9
-1
lines changed
4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
name : " CodeQL"
3
3
4
4
on :
5
+ workflow_dispatch :
5
6
push :
6
7
branches : [ master ]
7
8
pull_request :
12
13
13
14
jobs :
14
15
analyze :
16
+ if : github.repository == 'ipfs/go-ipfs' || github.event_name == 'workflow_dispatch'
15
17
name : Analyze
16
18
runs-on : ubuntu-latest
17
19
Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
push_to_registry :
14
+ if : github.repository == 'ipfs/go-ipfs' || github.event_name == 'workflow_dispatch'
14
15
name : Push Docker image to Docker Hub
15
16
runs-on : ubuntu-latest
16
17
env :
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ concurrency:
11
11
12
12
jobs :
13
13
sync-github-and-dist-ipfs-io :
14
+ if : github.repository == 'ipfs/go-ipfs' || github.event_name == 'workflow_dispatch'
14
15
runs-on : " ubuntu-latest"
15
16
steps :
16
17
- uses : ipfs/download-ipfs-distribution-action@v1
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Testground PR Checker
3
3
4
- on : [push]
4
+ on :
5
+ workflow_dispatch :
6
+ push :
7
+
5
8
6
9
jobs :
7
10
testground :
11
+ if : github.repository == 'ipfs/go-ipfs' || github.event_name == 'workflow_dispatch'
8
12
runs-on : ubuntu-latest
9
13
name : ${{ matrix.composition_file }}
10
14
strategy :
You can’t perform that action at this time.
0 commit comments