python-tuf/.github/workflows/ci.yml
Jussi Kukkonen 7d57ab65d2 workflows: Simplify testing
* Don't try to handle sslib main test within the matrix
* Put it in a separate workflow
* Include the new workflow in CI but not in CD
* Bonus: Make cache-dependency-path more complete

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
2024-04-16 10:32:08 +03:00

17 lines
237 B
YAML

name: CI
on:
push:
branches:
- develop
pull_request:
workflow_dispatch:
permissions: {}
jobs:
test:
uses: ./.github/workflows/_test.yml
test-with-sslib-main:
uses: ./.github/workflows/_test_sslib_main.yml