Skip to content

Commit

Permalink
feat(infra): adding dummy workflow to enable testing (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianHymer authored May 15, 2023
1 parent 9192d78 commit b2e51fc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release_and_deploy_scorer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Deploy API to Production

on:
workflow_dispatch:
inputs:
commit:
description: "Commit ref"
required: true
type: string

jobs:
test:
runs-on: ubuntu-latest

steps:
- runs: |
echo Hi

0 comments on commit b2e51fc

Please sign in to comment.