mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-08-02 13:59:51 +00:00
chore(ignore): keep ci workflow just for manual running for now
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -1,8 +1,9 @@
|
|||||||
name: Tests
|
name: Tests
|
||||||
on:
|
on:
|
||||||
push:
|
# This can't yet run automatically, because tests fail because of
|
||||||
pull_request:
|
# different versions of chroma. Need to get the same one in my
|
||||||
branches: [master]
|
# local env and in CI
|
||||||
|
workflow_dispatch:
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
jobs:
|
jobs:
|
||||||
|
Reference in New Issue
Block a user