Skip to content

Commit

Permalink
rollback to pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Feb 13, 2024
1 parent 504199e commit 93b7afe
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
pull_request_target:
pull_request:
branches:
- master

Expand All @@ -20,14 +20,7 @@ jobs:
test:
runs-on: scilus-runners
steps:
- name: Checkout repository for PR
if: github.event.pull_request.number
uses: actions/[email protected]
with:
ref: refs/pull/${{ github.event.pull_request.number }}/merge

- name: Checkout repository for merge
if: ! github.event.pull_request.number
uses: actions/[email protected]

- name: Fetch python version from repository
Expand Down

0 comments on commit 93b7afe

Please sign in to comment.