Skip to content

Commit

Permalink
Update run-partial-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gresci authored Sep 16, 2024
1 parent 7c3410f commit dad35da
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions .github/workflows/run-partial-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
name: tests/run-partial-tests.sh

on:
schedule:
- cron: '42 3 1,15 * *'
workflow_dispatch:
inputs:
full:
description: Full set of tests
required: true
type: boolean
default: false
os:
description: OS / Dockerfile
type: string
docker:
description: docker or podman
type: choice
options:
- docker
- podman
workflow_dispatch
#schedule:
# - cron: '42 3 1,15 * *'
#workflow_dispatch:
# inputs:
# full:
# description: Full set of tests
# required: true
# type: boolean
# default: false
# os:
# description: OS / Dockerfile
# type: string
# docker:
# description: docker or podman
# type: choice
# options:
# - docker
# - podman

jobs:
gen-matrix:
Expand Down

0 comments on commit dad35da

Please sign in to comment.