Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into sandbox/fix-processin…
Browse files Browse the repository at this point in the history
…g-large-junit-files
  • Loading branch information
devcatalin committed Sep 30, 2024
2 parents fcb64df + 542c5e1 commit 2c60416
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,10 @@ jobs:
pr_creation:
runs-on: ubuntu-latest
steps:
- name: Checkout
if: startsWith(github.event.pull_request.head.ref, 'sandbox/')
uses: actions/checkout@v4

- name: Get a branch name if PR is created
if: startsWith(github.event.pull_request.head.ref, 'sandbox/')
run: |
Expand Down

0 comments on commit 2c60416

Please sign in to comment.