Skip to content

Commit

Permalink
Adding option to manually trigger the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PietropaoloFrisoni committed Sep 19, 2024
1 parent 67a6d5d commit 4976329
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/numpy_1_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: NumPy 1 - Tests
on:

schedule:
- cron: '0 6 * * *' # Runs daily at 6 AM UTC (1 AM Toronto in winter, 2 AM in summer)
# Runs daily at 6 AM UTC (1 AM Toronto in winter, 2 AM in summer)
- cron: '0 6 * * *'

# Allows to run this workflow manually from the Actions tab
workflow_dispatch:

concurrency:
group: numpy-1-unit-tests-${{ github.ref }}
Expand Down

0 comments on commit 4976329

Please sign in to comment.