We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hatchet-
1 parent 0383c0a commit d7ebcb4Copy full SHA for d7ebcb4
.github/workflows/ci-cleanup.yml
@@ -14,7 +14,6 @@ jobs:
14
hatchet-app-cleaner:
15
runs-on: ubuntu-24.04
16
env:
17
- HATCHET_APP_PREFIX: "htcht-"
18
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
19
HEROKU_API_USER: ${{ secrets.HEROKU_API_USER }}
20
HEROKU_DISABLE_AUTOUPDATE: 1
.github/workflows/ci.yml
@@ -16,7 +16,6 @@ env:
HATCHET_RETRIES: 3
IS_RUNNING_ON_CI: true
HATCHET_APP_LIMIT: 300
- HATCHET_APP_PREFIX: ${{ format('htcht-{0}-', github.run_id) }}
HATCHET_EXPENSIVE_MODE: 1
21
HATCHET_BUILDPACK_BASE: https://github.com/heroku/heroku-buildpack-php
22
HATCHET_BUILDPACK_BRANCH: ${{ github.head_ref || github.ref_name }}
0 commit comments