Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWF committed Nov 28, 2023
1 parent 43df21d commit aac1ec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/email-test2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- run: python3 ./get-email/main.py
env:
GITHUB_TOKEN: ${{ secrets.token }}
PULL_REQUEST_COMMITS_HREF: ${{ github.event.pull_request._links.commits.href }}
run-on-success:
# Check if the PR has label libcxx-stage3-tests
if: ${{ github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'libcxx-stage3-tests') }}
Expand Down

0 comments on commit aac1ec1

Please sign in to comment.