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