-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,20 +32,19 @@ jobs: | |
run: echo '::set-output name=value::${{steps.parse-commit.outputs.group1}} Rebilly/api-definitions${{steps.parse-commit.outputs.group2}}' | ||
|
||
|
||
trigger-recomm-update: | ||
name: Trigger Recomm update | ||
trigger-fe-metadata-update: | ||
name: Trigger frontend metadata update | ||
runs-on: ubuntu-latest | ||
needs: generate-trigger-reason | ||
steps: | ||
|
||
- name: Wait for Redocly to publish combined bundle | ||
- name: Wait for Redocly to publish the build | ||
uses: Sibz/[email protected] | ||
with: | ||
authToken: ${{ secrets.GITHUB_TOKEN }} | ||
# Which status checks to wait for. We only care about the combined bundle. | ||
# Todo: update with new message | ||
contexts: 'Redocly Registry (combined/combined) bundle' | ||
# How long to wait for the Redocly status to be posted, in seconds | ||
# Wait for the redocly project build | ||
contexts: 'Project build' | ||
# How long to wait for the status to be posted, in seconds | ||
timeout: 600 | ||
notPresentTimeout: 600 | ||
|
||
|
@@ -58,21 +57,6 @@ jobs: | |
token: ${{ secrets.MACHINE_USER_PAT }} | ||
inputs: '{ "trigger-reason": "${{needs.generate-trigger-reason.outputs.reason}}" }' | ||
|
||
trigger-rebilly-js-sdk-update: | ||
name: Trigger JS SDK update | ||
runs-on: ubuntu-latest | ||
needs: generate-trigger-reason | ||
steps: | ||
|
||
- name: Trigger update workflow | ||
uses: benc-uk/workflow-dispatch@v1 | ||
with: | ||
workflow: FE/Rebilly JS SDK/Updates JS SDK resources based on api-definitions | ||
ref: main | ||
repo: Rebilly/rebilly | ||
token: ${{ secrets.MACHINE_USER_PAT }} | ||
inputs: '{ "trigger-reason": "${{needs.generate-trigger-reason.outputs.reason}}" }' | ||
|
||
trigger-rebilly-php-sdk-update: | ||
name: Trigger PHP SDK update | ||
runs-on: ubuntu-latest | ||
|