Skip to content

Commit

Permalink
Update pull_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinji-IkariG authored Apr 18, 2024
1 parent 2a927ca commit 629f1e8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
name: cpp_test

on:
pull_request_target:
pull_request:
branches:
- master
- 'v[0-9]+.*'

permissions:
pull-requests: write
contents: write


defaults:
run:
shell: bash

env:
NIGHTLY_URL: ${{ vars.MINIO_ENDPOINT }}/nightly-build/nebula-graph
NIGHTLY_URL: http://minio.vesoft-inc.com:9000/nightly-build/nebula-graph

jobs:
lint:
Expand Down

0 comments on commit 629f1e8

Please sign in to comment.