From 3fc3943df5e1834bd1c31f071ac1075c1ce752be Mon Sep 17 00:00:00 2001 From: Himani1519 Date: Fri, 8 Sep 2023 12:08:34 +0530 Subject: [PATCH] update changelog when its PR Signed-off-by: Himani1519 --- .github/workflows/build-core.yml | 2 ++ CHANGELOG.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/build-core.yml b/.github/workflows/build-core.yml index 76f696de..3b28e241 100644 --- a/.github/workflows/build-core.yml +++ b/.github/workflows/build-core.yml @@ -45,6 +45,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} update-changelog: + if: github.event_name == 'pull_request' runs-on: ubuntu-latest outputs: was_updated: ${{ steps.check-change.outputs.change_detected }} @@ -121,6 +122,7 @@ jobs: fi check_changelog: + if: github.event_name == 'pull_request' needs: update-changelog runs-on: ubuntu-latest steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index db70357c..78171998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to the Zlux App Manager will be documented in this file. - Bugfix: Fixed a timing issue with the iframe-adapter for Firefox (#532) ## `2.8.0` + - Bugfix: Fixed the iframe-adapter not properly recognizing standalone mode - Bugfix: Fixed Iframes from unintentionally loading their sources multiple times during refocus & multi-app situations - Enhancement: Added new isSingleAppModeSimple() to iframe-adapter to differentiate between standalone mode and simple standalone mode