diff --git a/.github/workflows/test-alerts.yaml b/.github/workflows/test-alerts.yaml index 483d255e2..c6aee19f7 100644 --- a/.github/workflows/test-alerts.yaml +++ b/.github/workflows/test-alerts.yaml @@ -26,12 +26,8 @@ jobs: id: go - name: Check out code uses: actions/checkout@v4 - - name: Debug - List changed files + with: + ref: '' + - name: Run Promql tests run: | - echo "Changed files:" - git fetch origin main - echo "git diff --name-only origin/main $GITHUB_SHA" - git diff --name-only origin/main $GITHUB_SHA - # - name: Run Promql tests - # run: | - # make test-alerts + make test-alerts