diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index b885a97..c074ffb 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,13 +1,10 @@ name: Nightly Build - on: schedule: - cron: "0 0 * * *" workflow_dispatch: - permissions: contents: write - jobs: build-and-release: runs-on: ubuntu-latest @@ -15,7 +12,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 -- name: Install build dependencies + - name: Install build dependencies run: | sudo apt-get update sudo apt-get install -y --no-install-recommends \ @@ -50,7 +47,6 @@ jobs: name: Nightly Build (${{ steps.metadata.outputs.short_sha }}) body: | This is an automated nightly build of BoredOS, this is not a final release and may be unstable. - Built from commit: - Full hash: `${{ github.sha }}` - Short hash: `${{ steps.metadata.outputs.short_sha }}`