Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/versioning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.POLICYENGINE_GITHUB }}
- name: Setup Python
uses: actions/setup-python@v5
Expand Down
9 changes: 3 additions & 6 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
- bump: minor
- bump: patch
changes:
added:
- Modal integration for CI/CD workflows, replacing self-hosted GCP runners
changed:
- Updated reusable_test.yaml to trigger data builds on Modal
- Updated local_area_publish.yaml to run on Modal
fixed:
- Versioning workflow checkout for push events