We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef02b8e commit 1e05b0cCopy full SHA for 1e05b0c
.github/workflows/FixVitepressLinks.yml
@@ -1,14 +1,16 @@
1
name: Fix Vitepress Symbolic Links
2
3
on:
4
- # Allows you to run this workflow manually from the Actions tab
5
- workflow_dispatch:
6
-
7
# Runs on pushes targeting the default branch
8
push:
9
branches:
10
- "gh-pages"
11
+ # trigger this action after benchamrk result is updated
+ workflow_run:
+ workflows: [Benchmark Tracking]
12
+ types: [completed]
13
+
14
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
15
permissions:
16
contents: read
0 commit comments