Skip to content

Commit 1e05b0c

Browse files
authored
fix ci
1 parent ef02b8e commit 1e05b0c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/FixVitepressLinks.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
name: Fix Vitepress Symbolic Links
22

33
on:
4-
# Allows you to run this workflow manually from the Actions tab
5-
workflow_dispatch:
6-
74
# Runs on pushes targeting the default branch
85
push:
96
branches:
107
- "gh-pages"
118

9+
# trigger this action after benchamrk result is updated
10+
workflow_run:
11+
workflows: [Benchmark Tracking]
12+
types: [completed]
13+
1214
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1315
permissions:
1416
contents: read

0 commit comments

Comments
 (0)