Skip to content

Commit

Permalink
ci: Weekly builds
Browse files Browse the repository at this point in the history
Run weekly builds and skip HW tests for now.

Signed-off-by: Markku Ahvenjärvi <[email protected]>
  • Loading branch information
elmankku committed Mar 7, 2024
1 parent dd93afa commit 2c4d126
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/trigger-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Nightly build
on:
schedule:
- cron: '0 0 * * 1-5'
- cron: '0 0 * * 0'

jobs:
build-vm-images:
Expand All @@ -15,6 +15,8 @@ jobs:
rt-api-key: ${{ secrets.RT_APIKEY }}
rt-url: ${{ secrets.RT_URL }}
run-tests:
# hw tests disabled for now
if: false
needs: build-vm-images
uses: ./.github/workflows/run_tests.yml
secrets:
Expand Down

0 comments on commit 2c4d126

Please sign in to comment.