Skip to content

Commit

Permalink
Merge pull request #1355 from AntelopeIO/GH-1156-initial-ph-cicd-work…
Browse files Browse the repository at this point in the history
…flow

Create stub workflow ph_backward_compatibility.yaml
  • Loading branch information
oschwaldp-oci authored Jun 30, 2023
2 parents aed53c0 + 126b62d commit 762c074
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ph_backward_compatibility.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "Performance Harness Backwards Compatibility"

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 762c074

Please sign in to comment.