Skip to content

Commit 2d96680

Browse files
committed
TEMP: do not generate/update dev center or changelog on sync
1 parent f259125 commit 2d96680

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/platform-sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
cat sync-${{matrix.stack}}.log >> "$GITHUB_STEP_SUMMARY"
135135
echo '```' >> "$GITHUB_STEP_SUMMARY"
136136
devcenter-generate:
137+
if: false # not on this branch
137138
needs: sync
138139
runs-on: ubuntu-24.04
139140
outputs:
@@ -326,6 +327,7 @@ jobs:
326327
curl -sS --fail-with-body -X PUT -K <(echo -n "user = bot:"; printenv "HEROKU_DEVCENTER_API_TOKEN") -H "Accept: application/json" --data-urlencode 'article[content]@php-support.md' "https://devcenter.heroku.com/api/v1/private/articles/${article_id}.json"
327328
echo 'Successfully updated ["PHP Support" Dev Center article](https://devcenter.heroku.com/articles/php-support) with synced packages.' >> "$GITHUB_STEP_SUMMARY"
328329
changelog-generate:
330+
if: false # not on this branch
329331
needs: sync
330332
runs-on: ubuntu-24.04
331333
steps:

0 commit comments

Comments
 (0)