Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit committed Dec 4, 2024
1 parent 8f9d493 commit 7fc760f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Test context
if: github.event.pull_request.merged == false
run: |
true
- name: Test context
if: ${{ github.event.pull_request.merged == false }}
run: |
Expand Down

0 comments on commit 7fc760f

Please sign in to comment.