Skip to content

Commit

Permalink
Fix release-test
Browse files Browse the repository at this point in the history
  • Loading branch information
3arthqu4ke committed Jan 28, 2025
1 parent 3b83699 commit d283de3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@ name: Release

on:
workflow_dispatch:
inputs:
branch:
description: 'The branch to use'
required: true
default: 'main'

jobs:
build-graal:
uses: 3arthqu4ke/headlessmc/.github/workflows/graal.yml@ ${{ github.event.inputs.branch }}
uses: 3arthqu4ke/headlessmc/.github/workflows/graal.yml@graalvm

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d283de3

Please sign in to comment.