Skip to content

Commit

Permalink
DNM: test nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Apr 12, 2024
1 parent eb9243f commit 6c09bf1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

0 comments on commit 6c09bf1

Please sign in to comment.