Skip to content

Commit

Permalink
Update sandbox.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs authored Sep 30, 2024
1 parent 38f9b72 commit 542c5e1
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 542c5e1

Please sign in to comment.