name: backend-integration-tests on: push: branches: - main - high-performance concurrency: group: backend-tests-${{ github.ref }} cancel-in-progress: true jobs: ai-credits: runs-on: docker-ready steps: - name: Checkout uses: actions/checkout@v4 with: fetch-depth: 0 - name: Debug echo run: echo "hello from ai-credits job"