Github action call updates

This commit is contained in:
2026-06-25 15:35:55 +09:00
parent e935e0c6d3
commit 8c5ce49f70
2 changed files with 51 additions and 36 deletions
@@ -8,8 +8,8 @@ on:
jobs:
call-check-and-build-local:
# call local workflow if repository name is NOT CoreLibs-Composer-All
if: github.event.repository.name != 'CoreLibs-Composer-All'
# call local workflow if repository name is NOT Composer.corelibs-composer-all
if: github.event.repository.name != 'Composer.corelibs-composer-all'
uses: ./.github/workflows/php-static-checks-and-tests.yml
with:
php-version: '8.4,8.5'
@@ -22,8 +22,8 @@ jobs:
opj-package-api-key: ${{ secrets.OPJ_PACKAGE_API_KEY }}
call-check-and-build-remote:
# call remote workflow if repository name is CoreLibs-Composer-All
if: github.event.repository.name == 'CoreLibs-Composer-All'
# call remote workflow if repository name is Composer.corelibs-composer-all
if: github.event.repository.name == 'Composer.corelibs-composer-all'
uses: OmnicomProduction-Japan/Content.github-actions/.github/workflows/php-static-checks-and-tests.yml@v1
with:
php-version: '8.4,8.5'