Skip to content

Commit

Permalink
Add nightly-sweeps CI workflow (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
vobojevicTT authored Nov 28, 2024
1 parent aed4db9 commit c2e6b6f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
options:
- push
- nightly
- nightly_sweeps
- push or nightly
workflow_call:
inputs:
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/on-nightly-sweeps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: On nightly_sweeps

on:
workflow_dispatch:
schedule:
- cron: '0 12 * * *'

jobs:
docker-build:
uses: ./.github/workflows/build-and-test.yml
secrets: inherit
with:
test_mark: 'nightly_sweeps'

0 comments on commit c2e6b6f

Please sign in to comment.