diff --git a/.github/workflows/nightlies.yml b/.github/workflows/nightlies.yml index 6ddc7c84..efc79c63 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. @@ -66,4 +64,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