Github action call updates
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user