Skip to content

Commit

Permalink
chore: add repositories integration to changeset ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
riqwan committed Jan 6, 2023
1 parent 03e4cc8 commit 8607302
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": ["integration-tests-api", "integration-tests-plugins"],
"ignore": ["integration-tests-api", "integration-tests-plugins", "integration-tests-repositories"],
"snapshot": {
"useCalculatedVersion": true
}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ jobs:
env:
DB_PASSWORD: postgres


integration-tests-repositories:
needs: setup
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8607302

Please sign in to comment.