Skip to content

Commit

Permalink
Fixes merge conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkrog committed Feb 12, 2024
1 parent 55f2df3 commit 53ab98f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/remove-old-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
jobs:
remove-old-artifacts:
if: github.repository_owner == 'Apaq'
if: github.repository_owner == 'graphhopper'
name: Remove old artifacts
runs-on: ubuntu-latest
timeout-minutes: 10 # stop the task if it takes longer
Expand All @@ -19,7 +19,7 @@ jobs:
skip-recent: 300

remove-old-artifacts-2:
if: github.repository_owner == 'Apaq'
if: github.repository_owner == 'graphhopper'
name: Remove old artifacts
runs-on: ubuntu-latest
timeout-minutes: 10 # stop the task if it takes longer
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
min-versions-to-keep: 300

remove-old-artifacts-3:
if: github.repository_owner == 'Apaq'
if: github.repository_owner == 'graphhopper'
name: Remove old artifacts 3
runs-on: ubuntu-latest
timeout-minutes: 10 # stop the task if it takes longer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Trigger Benchmarks
on: push
jobs:
trigger_measurement:
if: github.repository_owner == 'Apaq'
if: github.repository_owner == 'graphhopper'
runs-on: ubuntu-22.04
environment: benchmarks
steps:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
<repository>
<id>github</id>
<name>GitHub GraphHopper Apache Maven Packages</name>
<url>https://maven.pkg.github.com/apaq/graphhopper</url>
<url>https://maven.pkg.github.com/graphhopper/graphhopper</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit 53ab98f

Please sign in to comment.