diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 57912cce2..0d9f9d89c 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -3,7 +3,7 @@ on: push jobs: chromatic: runs-on: ubuntu-latest - if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }} + if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }} continue-on-error: true steps: - name: Checkout 🛎️ diff --git a/packages/polaris-viz/CHANGELOG.md b/packages/polaris-viz/CHANGELOG.md index e094700a7..e84d2ec14 100644 --- a/packages/polaris-viz/CHANGELOG.md +++ b/packages/polaris-viz/CHANGELOG.md @@ -7,7 +7,9 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased -- Added experimental feature to define a `fillValue` for a `DataSeries` which Polaris Viz will use to backfill missing data points +### Added + +- Experimental feature to define a `fillValue` for a `DataSeries` which Polaris Viz will use to backfill missing data points ## [10.0.1] - 2023-11-16