Skip to content

Commit

Permalink
fix ci?
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Dec 15, 2023
1 parent c5f207c commit a256411
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests_other_repo.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test other repo

# Build on every branch push, tag push, and pull request change:
on: [push, pull_request_target]
on: [push, pull_request]

jobs:
test_other_repo_py:
Expand All @@ -14,8 +14,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Install Dependencies
run: |
Expand Down

0 comments on commit a256411

Please sign in to comment.