Skip to content

Commit

Permalink
Merge remote-tracking branch 'v3io/development' into ML-6341
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopper committed Oct 30, 2024
2 parents ca80e46 + 1e8ce5a commit f7cccb6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name: CI

on:
pull_request_target:
pull_request:
branches:
- development
- 'integ_[0-9]+\.[0-9]+'
Expand All @@ -42,8 +42,6 @@ jobs:
run: echo "$GITHUB_REF"

- uses: actions/checkout@v4
with:
ref: refs/pull/${{ github.event.number }}/merge

- name: Lint
run: make lint
Expand Down Expand Up @@ -76,8 +74,6 @@ jobs:
run: echo "$GITHUB_REF"

- uses: actions/checkout@v4
with:
ref: refs/pull/${{ github.event.number }}/merge

- name: Install dependencies
run: make python-deps
Expand Down

0 comments on commit f7cccb6

Please sign in to comment.