diff --git a/.github/workflows/gate.yml b/.github/workflows/gate.yml deleted file mode 100644 index b43baef..0000000 --- a/.github/workflows/gate.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: Sentinel Gate - -on: - push: - branches: [master] - pull_request: - branches: [master] - -jobs: - gate: - name: Sentinel Gate - runs-on: ubuntu-latest - timeout-minutes: 15 - permissions: - contents: write - checks: write - pull-requests: write - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: Setup PHP with PCOV - uses: shivammathur/setup-php@v2 - with: - php-version: '8.3' - extensions: pcov, redis - coverage: pcov - - uses: synapse-sentinel/gate@v1 - with: - check: certify - coverage-threshold: 95 - auto-merge: true - merge-method: squash - github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test.yml.disabled b/.github/workflows/test.yml similarity index 100% rename from .github/workflows/test.yml.disabled rename to .github/workflows/test.yml