diff --git a/.github/workflows/workflow_naming_test.yml b/.github/workflows/workflow_naming_test.yml deleted file mode 100644 index 217b923940..0000000000 --- a/.github/workflows/workflow_naming_test.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Migration test - -on: - workflow_dispatch: - push: - -jobs: - test-secrets: - runs-on: macos-15-xlarge - name: Test secrets values - - steps: - - name: Verify that DSYM_BUCKET_PREFIX and MACOS_DSYM_BUCKET_PREFIX match - run: | - if [[ "${{ secrets.DSYM_BUCKET_PREFIX }}" != "${{ secrets.MACOS_DSYM_BUCKET_PREFIX }}" ]]; then - echo "DSYM_BUCKET_PREFIX and MACOS_DSYM_BUCKET_PREFIX do not match" - exit 1 - else - echo "DSYM_BUCKET_PREFIX and MACOS_DSYM_BUCKET_PREFIX match" - fi \ No newline at end of file