Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g committed Sep 24, 2024
1 parent 08e430e commit 93c1cae
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,15 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: "NeMo Aligner release"
name: "Release"

defaults:
run:
shell: bash -x -e -u -o pipefail {0}

on:
workflow_dispatch:
inputs:
branch:
description: Branch to release
required: true
type: string
# to be removed later:
pull_request:


jobs:
build-container:
uses: ./.github/workflows/_build_container.yml
Expand Down

0 comments on commit 93c1cae

Please sign in to comment.