summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJan Macku <jamacku@redhat.com>2023-04-11 09:33:46 +0200
committerJan Macku <jamacku@redhat.com>2023-04-11 16:59:18 +0200
commit19cdda7c3a37362df602b3bfd1d2b949cc1f3598 (patch)
treeec8f41f1647172d7307bc4e4b87922d392866ede /.github
parent9718afd194290228e225a81126988394d167bf7a (diff)
downloadsystemd-19cdda7c3a37362df602b3bfd1d2b949cc1f3598.tar.gz
ci: drop checkout from release workflow
It's not required as per comment - https://github.com/systemd/systemd/pull/27110#issuecomment-1499653913
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/make_release.yml2
1 files changed, 0 insertions, 2 deletions
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: