mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-04 10:43:45 +02:00
13 lines
261 B
YAML
13 lines
261 B
YAML
name: AWS-LC-FIPS
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "0 0 * * 4"
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
test:
|
|
uses: ./.github/workflows/aws-lc-template.yml
|
|
with:
|
|
command: "from matrix import determine_latest_aws_lc_fips; print(determine_latest_aws_lc_fips(''))"
|