Skip to content

Commit

Permalink
Changes for Apaq snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkrog committed Sep 21, 2023
1 parent c437847 commit cc543e8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
publish:
if: github.repository_owner == 'graphhopper'
if: github.repository_owner == 'Apaq'
runs-on: ubuntu-20.04
permissions:
contents: read
Expand Down
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 == 'graphhopper'
if: github.repository_owner == 'Apaq'
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 == 'graphhopper'
if: github.repository_owner == 'Apaq'
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 == 'graphhopper'
if: github.repository_owner == 'Apaq'
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 == 'graphhopper'
if: github.repository_owner == 'Apaq'
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 @@ -281,7 +281,7 @@
<repository>
<id>github</id>
<name>GitHub GraphHopper Apache Maven Packages</name>
<url>https://maven.pkg.github.com/graphhopper/graphhopper</url>
<url>https://maven.pkg.github.com/apaq/graphhopper</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit cc543e8

Please sign in to comment.