Skip to content

Commit e3240b0

Browse files
committed
Fix push to triplestore
1 parent 701faf7 commit e3240b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/upload-to-triplestore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
5555
ontologies = resources.get('ontologies') is True
5656
57-
if not sparql_endpoint or not all((ontologies,)):
58-
logging.info('No SPARQL endpoint or no uploads enabled. Exiting.')
57+
if not sparql_endpoint:
58+
logging.info('No SPARQL endpoint enabled. Exiting.')
5959
sys.exit()
6060
6161
with urllib.request.urlopen(os.environ['REGISTER_URL']) as f:

0 commit comments

Comments
 (0)