Skip to content

Commit d7ebcb4

Browse files
authored
Use the default hatchet- app name prefix (#845)
For consistency with the other language buildpacks, since the custom namespacing is no longer required after #705. GUS-W-19751296.
1 parent 0383c0a commit d7ebcb4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci-cleanup.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
hatchet-app-cleaner:
1515
runs-on: ubuntu-24.04
1616
env:
17-
HATCHET_APP_PREFIX: "htcht-"
1817
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
1918
HEROKU_API_USER: ${{ secrets.HEROKU_API_USER }}
2019
HEROKU_DISABLE_AUTOUPDATE: 1

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ env:
1616
HATCHET_RETRIES: 3
1717
IS_RUNNING_ON_CI: true
1818
HATCHET_APP_LIMIT: 300
19-
HATCHET_APP_PREFIX: ${{ format('htcht-{0}-', github.run_id) }}
2019
HATCHET_EXPENSIVE_MODE: 1
2120
HATCHET_BUILDPACK_BASE: https://github.com/heroku/heroku-buildpack-php
2221
HATCHET_BUILDPACK_BRANCH: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)