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