Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
vmotso committed Apr 9, 2021
1 parent 59725b3 commit 65c3336
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
name: upstream
on:
workflow_dispatch:
inputs:
api_branch:
description: "API Branch"
required: true
db_branch:
description: "DB Branch"
required: false
default: "master"
upstream_sha:
description: "Upstream SHA"
required: true
on: push
# on:
# workflow_dispatch:
# inputs:
# api_branch:
# description: "API Branch"
# required: true
# db_branch:
# description: "DB Branch"
# required: false
# default: "master"
# upstream_sha:
# description: "Upstream SHA"
# required: true
jobs:
acc-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 65c3336

Please sign in to comment.