Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed Aug 15, 2023
1 parent 4dd1851 commit ed92b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
pull_request_target:
pull_request: # TODO (aliddell) : revert
branches:
- main

Expand All @@ -31,7 +31,7 @@ jobs:

- uses: actions/checkout@v3
with:
submodules: recursive
submodules: true
ref: ${{ github.event.pull_request.head.sha }}

- name: Install Cmake 3.23
Expand Down

0 comments on commit ed92b56

Please sign in to comment.