Skip to content

Commit 85c9ecd

Browse files
committed
add attrs to downstream, fix jsonschema label ci trigger
1 parent c25d876 commit 85c9ecd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ on:
1212
tags:
1313
- '*'
1414
pull_request:
15+
# We also want this workflow triggered if the `jsonschema` label is
16+
# added or present when PR is updated
17+
types:
18+
- synchronize
19+
- labeled
20+
1521

1622
# Only cancel in-progress jobs or runs for the current workflow
1723
# This cancels the already triggered workflows for a specific PR without canceling

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
git+https://github.com/asdf-format/asdf-standard
22
git+https://github.com/asdf-format/asdf-transform-schemas
33
git+https://github.com/yaml/pyyaml.git
4+
git+https://github.com/python-attrs/attrs
45

56
numpy>=0.0.dev0
67
# although we don't use scipy, we include it here so that any dependency

0 commit comments

Comments
 (0)