Skip to content

Commit

Permalink
Comment out inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrett committed Nov 1, 2023
1 parent a49d49f commit 2baf34c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/azure-deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ name: 'HfEYP App Deploy [Azure - STAGE]'

on:
workflow_dispatch:
inputs:
candidate:
description: 'Create release candidate version ("rcx.x.x")'
type: string
required: true
ref:
description: 'Git ref or branch to deploy'
type: string
required: true
default: main
push:
branches:
- ER-861-hfeyp-staging
tags:
- rc*
#inputs:
# candidate:
# description: 'Create release candidate version ("rcx.x.x")'
# type: string
# required: true
# ref:
# description: 'Git ref or branch to deploy'
# type: string
# required: true
# default: main
push:
branches:
- ER-861-hfeyp-staging
# tags:
# - rc*

# Permissions for OIDC authentication
permissions:
Expand Down

0 comments on commit 2baf34c

Please sign in to comment.