Skip to content

Commit ee89574

Browse files
Merge da91dfa into master-ci
2 parents 9989e0a + da91dfa commit ee89574

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/CD_dev-release.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,7 @@ jobs:
4444
target_branch: master-ci
4545
github_token: ${{ secrets.GITHUB_TOKEN }}
4646

47-
- name: Webhook
48-
if: steps.wait-for-build.outputs.conclusion == 'success'
49-
uses: distributhor/workflow-webhook@v3
50-
env:
51-
webhook_url: "https://dev.recursion.space/webhooks/github/"
52-
webhook_secret: "Y0uR5ecr3t"
47+
5348

5449
# master-ci -> dev-release
5550
sanitize:
@@ -78,6 +73,7 @@ jobs:
7873
fetch-depth: 0
7974

8075
- name: Remove Bloat
76+
id: remove-bloat
8177
if: steps.wait-for-merge.outputs.conclusion == 'success'
8278
run: |
8379
git config user.name github-actions
@@ -97,3 +93,10 @@ jobs:
9793
9894
git diff-index --quiet HEAD || git commit -m "Sanitize dev-release"
9995
git push origin dev-release --force
96+
97+
- name: Webhook
98+
if: steps.remove-bloat.outputs.conclusion == 'success'
99+
uses: distributhor/workflow-webhook@v3
100+
env:
101+
webhook_url: "https://dev.recursion.space/webhooks/github/"
102+
webhook_secret: "Y0uR5ecr3t"

0 commit comments

Comments
 (0)