From 444f05920c16e17fd4c0eedeb789bb7073e957d0 Mon Sep 17 00:00:00 2001 From: sitiom Date: Sun, 29 Jan 2023 15:50:51 +0800 Subject: [PATCH] Update release job condition --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3283c50..74d7d29 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -59,7 +59,7 @@ jobs: release: needs: [checkver, build] - if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }} + if: ${{ github.event_name != 'pull_request' }} runs-on: ubuntu-latest permissions: contents: write