Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Lawton committed Jul 8, 2024
1 parent 0fbadf0 commit a9a1f56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Debug - List changed files
run: |
echo "Changed files:"
git diff --name-only ${{ github.event.before }} ${{ github.sha }}
git fetch origin main
git diff --name-only origin/main $GITHUB_SHA
# - name: Run Promql tests
# run: |
# make test-alerts

0 comments on commit a9a1f56

Please sign in to comment.