Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelesko committed Sep 22, 2024
1 parent 8e6597e commit d221a90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Nightly Tests

on:
schedule:
- cron: '* * * * *' # Always trigger
- cron: '*/5 * * * *' # Run every 5 minutes
workflow_dispatch: # Allows manual triggering

concurrency:
group: ci-group
cancel-in-progress: true
group: ${{ github.workflow }}
cancel-in-progress: false

jobs:
unit-tests-llvm-19-release:
Expand Down

0 comments on commit d221a90

Please sign in to comment.