Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
neNasko1 committed Dec 31, 2024
1 parent c10463e commit 12c791a
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 @@ -3,7 +3,7 @@ name: Array API coverage tests
on:
push: # Run on all branches
schedule:
- cron: "0 0 * * *" # Runs daily at 00:00 UTC
- cron: "* * * * *" # Runs daily at 00:00 UTC

# Automatically stop old builds on the same branch/PR
concurrency:
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Install repository
run: pixi run postinstall
- name: Run Array API tests (Scheduled)
if: ${{ github.event_name == 'schedule' && github.ref == 'refs/heads/main' }}
if: ${{ github.event_name == 'schedule' }}
run: pixi run arrayapitests
- name: Run Array API tests (Push)
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit 12c791a

Please sign in to comment.