From 19cdda7c3a37362df602b3bfd1d2b949cc1f3598 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Tue, 11 Apr 2023 09:33:46 +0200 Subject: ci: drop checkout from release workflow It's not required as per comment - https://github.com/systemd/systemd/pull/27110#issuecomment-1499653913 --- .github/workflows/make_release.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml index 7875f231fe..9902a6c6ab 100644 --- a/.github/workflows/make_release.yml +++ b/.github/workflows/make_release.yml @@ -17,8 +17,6 @@ jobs: contents: write steps: - - name: Checkout - uses: actions/checkout@v3 - name: Release uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 with: -- cgit v1.2.1