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

Commit

Permalink
Add Workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin MOUTY committed Aug 7, 2024
1 parent 2a27a01 commit cd216f5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ on:
- master
- main

workflow_dispatch:
inputs:
run-e2e:
description: 'Run E2E tests'
required: false
default: 'false'
run-backend:
description: 'Run backend tests'
required: false
default: 'false'

permissions: read-all

jobs:
Expand Down

0 comments on commit cd216f5

Please sign in to comment.