Skip to content

Commit

Permalink
Add Placeholder Publish Workflow (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub authored Oct 4, 2024
1 parent 1cb3783 commit 849d7e9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/publish-benchmarks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright (c) 2024-2024 Deephaven Data Labs and Patent Pending

# Run the Benchmark release process that results in publishing a
# deephaven-benchmark jar to maven central and a distro tar file to
# the Github release notes as an asset

name: Publish Deephaven Benchmarks

on:
workflow_dispatch:

jobs:
echo:
runs-on: ubuntu-22.04
steps:
- name: Echo Something
run: |
echo "Something"

0 comments on commit 849d7e9

Please sign in to comment.