mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-17 06:41:00 +01:00
13 lines
246 B
YAML
13 lines
246 B
YAML
name: AWS-LC
|
|
|
|
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; print(determine_latest_aws_lc(''))"
|