Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantRaj18198 authored Jul 24, 2024
1 parent 9cccf8f commit 9c6758f
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: basebuild

on:
# pull_request:
# push:
workflow_dispatch:
inputs:
runs_on:
description: "Runs on value"
required: true
default: "warp-ubuntu-latest-x64-8x"
pull_request:
push:
# workflow_dispatch:
# inputs:
# runs_on:
# description: "Runs on value"
# required: true
# default: "warp-ubuntu-latest-x64-8x"

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

0 comments on commit 9c6758f

Please sign in to comment.