diff --git a/.github/workflows/remove-old-artifacts.yml b/.github/workflows/remove-old-artifacts.yml index c0f90c2e4c8..4c6c682c981 100644 --- a/.github/workflows/remove-old-artifacts.yml +++ b/.github/workflows/remove-old-artifacts.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/trigger-benchmarks.yml b/.github/workflows/trigger-benchmarks.yml index 3ae4b10088f..0aace67ba95 100644 --- a/.github/workflows/trigger-benchmarks.yml +++ b/.github/workflows/trigger-benchmarks.yml @@ -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: diff --git a/pom.xml b/pom.xml index 164b313e057..2ac8eb87469 100644 --- a/pom.xml +++ b/pom.xml @@ -280,7 +280,7 @@ github GitHub GraphHopper Apache Maven Packages - https://maven.pkg.github.com/apaq/graphhopper + https://maven.pkg.github.com/graphhopper/graphhopper