Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add manifest-building GHA #763

Merged
merged 7 commits into from
Jun 17, 2024

Conversation

tcompa
Copy link
Collaborator

@tcompa tcompa commented Jun 12, 2024

Checklist before merging

  • I added an appropriate entry to CHANGELOG.md

@tcompa tcompa linked an issue Jun 12, 2024 that may be closed by this pull request
Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

@tcompa
Copy link
Collaborator Author

tcompa commented Jun 17, 2024

I'm merging this PR, with the following option for the new GitHub Action:

on:
  push:
    branches: ["main"]
  pull_request:
    branches: ["main"]
  workflow_dispatch:
  schedule:
    - cron: "0 23 * * 3"

which makes it run at every PR towards main, at every push to main and every Wednesday.

If it turns out that this creates too much friction for standard PRs, we can move back to only running on given days of the week and not on PRs.

@tcompa tcompa merged commit f8f5c6e into main Jun 17, 2024
18 checks passed
@tcompa tcompa deleted the 757-test-json-schema-generation-on-multiple-packages branch June 17, 2024 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test JSON-Schema generation on multiple packages
1 participant