Skip to content

Commit

Permalink
Update coq-timing-diff.yml with optional build target
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Mar 4, 2025
1 parent 3845b15 commit 3dd45e7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/coq-timing-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: CI (Coq, timing-diff, docker, dev)

on:
workflow_dispatch:
inputs:
build_target:
description: 'Build target for timing diff'
required: false
# default: 'standalone-ocaml lite-generated-files'
type: string

jobs:
build:
Expand Down Expand Up @@ -97,7 +103,7 @@ jobs:
# Run the timing diff script
eval $(opam env)
etc/coq-scripts/timing/make-pretty-timed-diff-branch.sh "$BASE_SHA" "$CURRENT_BRANCH"
etc/coq-scripts/timing/make-pretty-timed-diff-branch.sh "$BASE_SHA" "$CURRENT_BRANCH" ${{ github.event.inputs.build_target }}
- name: Display commits between base and current
run: |
Expand Down

0 comments on commit 3dd45e7

Please sign in to comment.