-
Notifications
You must be signed in to change notification settings - Fork 99
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
Kezhik Kyzyl-ool
committed
Apr 23, 2024
1 parent
0aa4cfb
commit 965b73a
Showing
1 changed file
with
15 additions
and
0 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 |
---|---|---|
|
@@ -39,3 +39,18 @@ jobs: | |
with: | ||
name: pr | ||
path: ./pr-id.txt | ||
storybook-tests: | ||
name: Storybook Tests result | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Wait for workflow with Storybook Tests | ||
uses: kamilchodola/[email protected] | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }} | ||
workflow_id: 'gravity-ui/uikit/.github/workflows/pr-storybook-tests.yml' | ||
max_wait_minutes: '10' | ||
interval: '1' | ||
timeout: '600' | ||
org_name: 'gravity-ui' | ||
repo_name: 'uikit' | ||
ref: '${{ github.ref }}' |