Skip to content

Commit

Permalink
dbg: add test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jul 4, 2024
1 parent e805afb commit c99bec9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test-trigger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: test-trigger

on:
workflow_dispatch:

jobs:
evaluate:
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- name: Trigger homepage build
uses: benc-uk/workflow-dispatch@v1
with:
workflow: deploy-page
repo: ncbench/ncbench.github.io
token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }}

0 comments on commit c99bec9

Please sign in to comment.