Skip to content

Commit

Permalink
ci: Switch herald URL to CERN hosted instance (#2762)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger authored Dec 4, 2023
1 parent 484bd89 commit 05021cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/physmon/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import os
import csv

HERALD_URL = "https://herald.dokku.paulgessinger.com/view/{repo}/runs/{run_id}/artifacts/{artifact_name}/{path}"
HERALD_URL = "https://acts-herald.app.cern.ch/view/{repo}/runs/{run_id}/artifacts/{artifact_name}/{path}"
IS_CI = "GITHUB_ACTIONS" in os.environ


Expand Down

0 comments on commit 05021cd

Please sign in to comment.