Skip to content

Commit

Permalink
Creating a shell of the initial ph_backward_compatibility.yaml workfl…
Browse files Browse the repository at this point in the history
…ow to be merged quickly allowing development of actual workflow in follow-on branch.

Need to have workflow file merged before github will allow triggering it in a development branch.
  • Loading branch information
oschwaldp-oci committed Jun 30, 2023
1 parent aed53c0 commit 126b62d
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 126b62d

Please sign in to comment.