mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
* 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>
17 lines
237 B
YAML
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
|