File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 19
19
build :
20
20
name : Build
21
21
runs-on : ubuntu-latest
22
+ if : github.repository == 'spring-projects/spring-session'
22
23
strategy :
23
24
matrix :
24
25
jdk : [8, 11]
48
49
name : Deploy Artifacts
49
50
needs : [build]
50
51
runs-on : ubuntu-latest
52
+ if : github.repository == 'spring-projects/spring-session'
51
53
steps :
52
54
- uses : actions/checkout@v2
53
55
- name : Set up JDK
76
78
name : Deploy Docs
77
79
needs : [build]
78
80
runs-on : ubuntu-latest
81
+ if : github.repository == 'spring-projects/spring-session'
79
82
steps :
80
83
- uses : actions/checkout@v2
81
84
- name : Set up JDK
Original file line number Diff line number Diff line change 6
6
build :
7
7
name : Build
8
8
runs-on : ubuntu-latest
9
+ if : github.repository == 'spring-projects/spring-session'
9
10
strategy :
10
11
matrix :
11
12
jdk : [8, 11]
You can’t perform that action at this time.
0 commit comments