We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701faf7 commit e3240b0Copy full SHA for e3240b0
1 file changed
.github/workflows/upload-to-triplestore.yml
@@ -54,8 +54,8 @@ jobs:
54
55
ontologies = resources.get('ontologies') is True
56
57
- if not sparql_endpoint or not all((ontologies,)):
58
- logging.info('No SPARQL endpoint or no uploads enabled. Exiting.')
+ if not sparql_endpoint:
+ logging.info('No SPARQL endpoint enabled. Exiting.')
59
sys.exit()
60
61
with urllib.request.urlopen(os.environ['REGISTER_URL']) as f:
0 commit comments