Skip to content

Commit

Permalink
add attrs to downstream, fix jsonschema label ci trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Aug 4, 2024
1 parent 669f5e2 commit 22c197d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ on:
tags:
- '*'
pull_request:
# We also want this workflow triggered if the `jsonschema` label is
# added or present when PR is updated
types:
- synchronize
- labeled


# Only cancel in-progress jobs or runs for the current workflow
# This cancels the already triggered workflows for a specific PR without canceling
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
git+https://github.com/asdf-format/asdf-standard
git+https://github.com/asdf-format/asdf-transform-schemas
git+https://github.com/yaml/pyyaml.git
git+https://github.com/python-attrs/attrs

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

0 comments on commit 22c197d

Please sign in to comment.