diff --git a/.github/workflows/bc.yml b/.github/workflows/_bc.yml similarity index 100% rename from .github/workflows/bc.yml rename to .github/workflows/_bc.yml diff --git a/.github/workflows/build.yml b/.github/workflows/_build.yml similarity index 100% rename from .github/workflows/build.yml rename to .github/workflows/_build.yml diff --git a/.github/workflows/composer-require-checker.yml b/.github/workflows/_composer-require-checker.yml similarity index 100% rename from .github/workflows/composer-require-checker.yml rename to .github/workflows/_composer-require-checker.yml diff --git a/.github/workflows/mutation.yml b/.github/workflows/_mutation.yml similarity index 100% rename from .github/workflows/mutation.yml rename to .github/workflows/_mutation.yml diff --git a/.github/workflows/rector.yml b/.github/workflows/_rector.yml similarity index 100% rename from .github/workflows/rector.yml rename to .github/workflows/_rector.yml diff --git a/.github/workflows/static.yml b/.github/workflows/_static.yml similarity index 100% rename from .github/workflows/static.yml rename to .github/workflows/_static.yml diff --git a/.github/workflows/yiisoft-di.yml b/.github/workflows/yiisoft-di.yml index 69b217c..b88de9c 100644 --- a/.github/workflows/yiisoft-di.yml +++ b/.github/workflows/yiisoft-di.yml @@ -25,7 +25,7 @@ name: yiisoft-di jobs: phpunit: - name: Yii DI / PHP ${{ matrix.php }}-${{ matrix.os }} + name: PHP ${{ matrix.php }}-${{ matrix.os }} runs-on: ${{ matrix.os }} @@ -43,7 +43,7 @@ jobs: - name: Checkout Yii DI uses: actions/checkout@v4 with: - repository: 'https://github.com/yiisoft/di.git' + repository: 'yiisoft/di' - name: Install PHP uses: shivammathur/setup-php@v2