Skip to content

Commit

Permalink
Merge pull request #1365 from AntelopeIO/ph-manual-workflow-stub
Browse files Browse the repository at this point in the history
[PH] Create stub workflow for manual dispatch performance harness runs
  • Loading branch information
oschwaldp-oci authored Jul 3, 2023
2 parents 762c074 + 8ae2447 commit 095e6ba
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/performance_harness_run.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "Performance Harness Run"

on:
workflow_dispatch:

permissions:
packages: read
contents: read

defaults:
run:
shell: bash

jobs:
tmp:
name: Stub
runs-on: ubuntu-latest
steps:
- name: Workflow Stub
run: |
echo "Workflow Stub"

0 comments on commit 095e6ba

Please sign in to comment.