Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
guptaankit015 authored May 3, 2024
1 parent 960ede8 commit e9b2d96
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: basebuild

on:
pull_request:
push:
workflow_dispatch:
inputs:
runs-on-value:
required: true
type: string
description: runner scale set name

jobs:
goreleaser:
runs-on: self-hosted
runs-on: ${{inputs.runs-on-value}}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit e9b2d96

Please sign in to comment.