Skip to content

Commit ab59a4d

Browse files
committed
try to trigger ci workflow
1 parent a096041 commit ab59a4d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- main
66
pull_request:
7+
workflow_dispatch:
78

89
jobs:
910
test:

.github/workflows/update-screenshots.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@ jobs:
5252
git add test/visual/__screenshots__/.
5353
git diff-index --quiet HEAD || git commit -m "${{ env.COMMIT_MESSAGE }}"
5454
git push --set-upstream origin ${{ github.head_ref }}
55+
- name: Trigger ci workflow
56+
run: |
57+
gh workflow run ci.yml --ref ${{ github.head_ref }}
58+
env:
59+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)