File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
upload-candidates :
12
12
description : ' Whether packages should be uploaded'
13
13
required : true
14
- default : ' true '
14
+ default : ' false '
15
15
push :
16
16
branches :
17
17
- ' *-hackage'
20
20
check-and-upload-tarballs :
21
21
runs-on : ubuntu-latest
22
22
strategy :
23
- fail-fast : ${{ github.event.inputs.upload-candidates == 'true ' }}
23
+ fail-fast : ${{ github.event.inputs.upload-candidates != 'false ' }}
24
24
matrix :
25
25
package : ["hie-compat", "hls-graph", "shake-bench",
26
26
" hls-plugin-api" , "ghcide", "hls-test-utils",
@@ -139,7 +139,7 @@ jobs:
139
139
path : ${{ steps.generate-dist-tarball.outputs.path }}
140
140
141
141
upload-candidate :
142
- if : github.event.inputs.upload-candidates == 'true '
142
+ if : github.event.inputs.upload-candidates != 'false '
143
143
needs : check-and-upload-tarballs
144
144
runs-on : ubuntu-latest
145
145
steps :
You can’t perform that action at this time.
0 commit comments