From daeb16e1307b21cd2ad13ba9ce780b9d899d3688 Mon Sep 17 00:00:00 2001 From: coreyhn Date: Thu, 26 Jun 2025 17:28:03 -0600 Subject: [PATCH] ci(development): remove environment from PHP test job Remove the environment key from the PHP test job to avoid unnecessary deployment messages in pull requests. Repository-level secrets are now used instead of environment-level secrets. --- .github/workflows/development.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 70db788..afbe7af 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -251,7 +251,6 @@ jobs: (needs.find-native-libraries.result == 'success' || needs.find-native-libraries.result == 'skipped') && (needs.build-native-libraries.result == 'success' || needs.build-native-libraries.result == 'skipped') runs-on: ${{ matrix.os }} - environment: development strategy: fail-fast: false matrix: