Skip to content

Commit c08b0cd

Browse files
Ensure data generation runs after versioning (#271)
Fixes #270
1 parent c7736f3 commit c08b0cd

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/code_changes.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ on:
77
- main
88

99
paths:
10-
- policyengine_us_data/**
11-
- tests/**
12-
- .github/workflows/code_changes.yaml
10+
- pyproject.toml
1311

1412
jobs:
1513
Lint:

.github/workflows/versioning.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
- main
88

99
paths:
10-
- changelog_entry.yaml
10+
- changelog_entry.yaml
11+
- "!pyproject.toml"
1112

1213
jobs:
1314
Versioning:

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: patch
2+
changes:
3+
fixed:
4+
- Tests run after versioning.

0 commit comments

Comments
 (0)