Skip to content

Commit 2c6c824

Browse files
committed
fix: remove all dev docs deployment triggers
1 parent 32c0914 commit 2c6c824

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,6 @@ jobs:
5656
event-type: openapi-update
5757
client-payload: "{}"
5858

59-
- name: "Trigger Netlify deployment"
60-
uses: joelwmale/[email protected]
61-
env:
62-
WEBHOOK_URL: ${{ secrets.NETLIFY_BOXDEV_WEBHOOK }}
63-
data: "{}"
64-
65-
- name: "Trigger Netlify deployment (Box.dev mirror)"
66-
uses: joelwmale/[email protected]
67-
env:
68-
WEBHOOK_URL: ${{ secrets.NETLIFY_BOXDEV_MIRROR_WEBHOOK }}
69-
data: "{}"
70-
7159
- name: Send Slack using Slack GHA notification
7260
uses: slackapi/[email protected]
7361
with:
@@ -113,12 +101,6 @@ jobs:
113101
FOLDER: openapi
114102
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115103

116-
- name: "Trigger Netlify deployment"
117-
uses: joelwmale/[email protected]
118-
env:
119-
WEBHOOK_URL: ${{ secrets.NETLIFY_BOXDEV_STAGING_WEBHOOK }}
120-
data: "{}"
121-
122104
- name: Send Slack using Slack GHA notification
123105
uses: slackapi/[email protected]
124106
with:

.github/workflows/notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- jp
1010

1111
jobs:
12-
# A task that notifies Netlify of changes to the jp branch
12+
# A task that notifies other repositories of changes to the jp branch
1313
notify-from-jp:
1414
# We run this on the latest ubuntu
1515
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)