Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request stacks-network#5082 from stacks-network/ci/enable-…
Browse files Browse the repository at this point in the history
…mutants-dispatch

CI Mutants: add workfow dispatch for GUI
  • Loading branch information
wileyj authored Aug 16, 2024
2 parents e24f8d5 + d7385b1 commit 6e13b65
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pr-differences-mutants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ on:
- ready_for_review
paths:
- '**.rs'
workflow_dispatch:
inputs:
ignore_timeout:
description: "Ignore mutants timeout limit"
required: false
type: choice
options:
- true
- false
default: 'true'

concurrency:
group: pr-differences-${{ github.head_ref || github.ref || github.run_id }}
Expand Down

0 comments on commit 6e13b65

Please sign in to comment.