Skip to content

Commit

Permalink
[CN-3075] Removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tovar-rodrigo committed Apr 1, 2024
1 parent 8de2766 commit 60a5f5e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Release

on:
pull_request:
branches:
- 'master'

workflow_dispatch:
inputs:
BRANCH:
Expand All @@ -17,22 +13,16 @@ on:
required: true
default: "0.0.0"
type: string

#release:
# types: [prereleased, released]

jobs:
build:
uses: ./.github/workflows/build.yml
with:
BRANCH: ${{ inputs.BRANCH }}
#BRANCH: "master"

docker:
needs: build
uses: ./.github/workflows/docker-build.yml
with:
BRANCH: ${{ inputs.BRANCH }}
IMAGE_VERSION: ${{ inputs.THD_DECK_VERSION }}
#BRANCH: master
#IMAGE_VERSION: "0.0.0"
IMAGE_VERSION: ${{ inputs.THD_DECK_VERSION }}

0 comments on commit 60a5f5e

Please sign in to comment.