Skip to content

Commit

Permalink
CI: Run pipeline every Friday and allow manual starts
Browse files Browse the repository at this point in the history
  • Loading branch information
lxp committed May 15, 2024
1 parent 1debfeb commit ada6379
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-python3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
branches: [ python3 ]
pull_request:
branches: [ python3 ]
workflow_dispatch:
schedule:
- cron: '37 15 * * 5'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit ada6379

Please sign in to comment.