Add integration tests for combine
& missing unit test for math expr…
#579
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Automation - Changelog Update | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ 1.x ] | |
jobs: | |
automation: | |
uses: aeon-php/actions/.github/workflows/automation-changelog-update.yml@main | |
secrets: | |
automation_github_token: "${{ secrets.ACCESS_TOKEN }}" |