diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index e7ec70c..9e721be 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -2,7 +2,6 @@ # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net name: Nightly - on: push: branches: @@ -17,7 +16,6 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true - jobs: build: runs-on: ubuntu-latest