Skip to content

Commit

Permalink
Merge pull request #4 from anoma/revert-workflow-dispatch
Browse files Browse the repository at this point in the history
Revert workflow-dispatch input parameter
  • Loading branch information
paulcadman authored Aug 21, 2023
2 parents 976dae8 + b31aae3 commit 46717c3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release-nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Nightly build, release and benchmark

on:
workflow_dispatch:
inputs:
ref:
description: "the repository ref to build"
required: true
default: "main"
schedule:
- cron: '0 3 * * *'

Expand All @@ -26,7 +20,7 @@ jobs:
with:
submodules: true
repository: anoma/juvix
ref: ${{ github.event.inputs.ref }}
ref: main

- name: create ~/.local/bin
run: mkdir -p "$HOME/.local/bin"
Expand Down

0 comments on commit 46717c3

Please sign in to comment.