From 6c09bf188d7ea9542b0b41639d3c4ddb0996d374 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Thu, 11 Apr 2024 19:52:41 -0400 Subject: [PATCH] DNM: test nightly build --- .github/workflows/nightlies.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/nightlies.yml b/.github/workflows/nightlies.yml index 8c793bcb..d9276055 100644 --- a/.github/workflows/nightlies.yml +++ b/.github/workflows/nightlies.yml @@ -3,8 +3,6 @@ on: schedule: - cron: "0 6 * * *" push: - branches: - - main # Only allow one job to run at a time because we're pushing to git repos; # the string value doesn't matter, just that it's a fixed string. @@ -65,4 +63,4 @@ jobs: cp -v ../rpm-build/*.rpm workstation/dom0/f37-nightlies/ git add . git diff-index --quiet HEAD || git commit -m "Automated SecureDrop workstation build" - git push origin main + #git push origin main