Skip to content

Commit

Permalink
Merge pull request #540 from ngrok/hkatz/e2e-prep-3
Browse files Browse the repository at this point in the history
Add found labels debug message
  • Loading branch information
hjkatz authored Dec 4, 2024
2 parents 5b03e07 + f77d3de commit d871b4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
!(contains(github.event.pull_request.labels.*.name, 'safe to test'))
run: |
echo 'This PR is not labeled "safe to test", blocking e2e tests...'
echo "Found labels: ${{ github.event.pull_request.labels }}"
exit 1 # intentionally fail the job
# checkout the repo at the PR's head sha (inside the fork's commits)
# this allows forks to test changes to the go code and e2e tests
Expand Down

0 comments on commit d871b4f

Please sign in to comment.