File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
setup :
16
- # delegate self-pull-requests to push jobs and run cron only in main repo
17
- if : ${{ !((github.repository == 'typedclojure/typedclojure' ||
18
- github.repository_owner == 'frenchy64')
19
- && github.event_name == 'pull_request')
20
- &&
21
- (github.repository == 'typedclojure/typedclojure' ||
22
- github.event_name != 'schedule')
23
- }}
24
16
runs-on : ubuntu-20.04
25
17
outputs :
26
18
matrix : ${{ steps.set-matrix.outputs.matrix }}
35
27
id : set-matrix
36
28
run : ./script/print-actions-matrix.clj
37
29
test :
38
- # delegate self-pull-requests to push jobs and run cron only in main repo
39
- if : ${{ !((github.repository == 'typedclojure/typedclojure' ||
40
- github.repository_owner == 'frenchy64')
41
- && github.event_name == 'pull_request')
42
- &&
43
- (github.repository == 'typedclojure/typedclojure' ||
44
- github.event_name != 'schedule')
45
- }}
46
30
needs : setup
47
31
runs-on : ubuntu-20.04
48
32
strategy :
You can’t perform that action at this time.
0 commit comments