Skip to content

Commit

Permalink
Fix Array API test trigger (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 authored Jan 16, 2025
1 parent 1a707d1 commit bcde9f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/array-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Run Array API tests (Scheduled)
if: ${{ github.event_name == 'schedule' && github.ref == 'refs/heads/main' }}
run: pixi run arrayapitests
- name: Run Array API tests (Push)
if: ${{ github.event_name == 'push' }}
- name: Run Array API tests (PR and main branch)
if: ${{ github.event_name != 'schedule' }}
run: pixi run arrayapitests --max-examples 16 --hypothesis-seed=0
- name: Upload Array API tests report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bcde9f0

Please sign in to comment.