Skip to content

Commit

Permalink
Merge branch 'main' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Jun 21, 2024
2 parents 69fbb9d + c79d9a8 commit 3f561cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
for fullfile in ${ALL_CHANGED_FILES}; do
commit=$(git rev-list -1 HEAD "$fullfile")
url=https://github.com/ecmwf-projects/c3s2-eqc-quality-assessment/blob/$commit/$fullfile
echo "$url"
curl --output /dev/null --silent --head --fail "$url" || exit
permalinks+="<li><a href=\"$url\">$url</a></li>"
done
permalinks+="</ul>"
Expand Down

0 comments on commit 3f561cd

Please sign in to comment.