Skip to content

Commit

Permalink
Merge pull request #700 from cryspen/ci-custom-hax-branches
Browse files Browse the repository at this point in the history
feat(ci/hax): allow manual workflows to specify hax version
  • Loading branch information
franziskuskiefer authored Nov 28, 2024
2 parents 77e9464 + de946d7 commit 6ede996
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/hax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
- cron: "0 0 * * *"

workflow_dispatch:
inputs:
hax_rev:
description: 'The hax revision you want this job to use'
default: 'main'
merge_group:

env:
Expand Down Expand Up @@ -42,6 +46,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: hacspec/hax
ref: ${{ github.event.inputs.hax_rev || 'main' }}
path: hax

- name: ⤵ Install & confiure Cachix
Expand Down

0 comments on commit 6ede996

Please sign in to comment.