Skip to content

Commit

Permalink
disable deployment of candidates and releases via push (#1077)
Browse files Browse the repository at this point in the history
Co-authored-by: Katherine Martin <[email protected]>
  • Loading branch information
peterdavidhamilton and martikat authored Feb 16, 2024
1 parent d67a29f commit 19610bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/azure-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
description: 'Release candidate to deploy ("rcx.x.x")'
type: string
required: true
push:
tags:
- v*

# Permissions for OIDC authentication
permissions:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/azure-deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ on:
type: string
required: true
default: main
push:
tags:
- rc*

# Permissions for OIDC authentication
permissions:
Expand Down

0 comments on commit 19610bf

Please sign in to comment.