From dca01612544ed9ca3ed12d1f09775ac0f48e2dc7 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sat, 20 Jul 2024 19:45:46 -0400 Subject: [PATCH] ci: remove extraneous checkouts --- .forgejo/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 1dc9180..c0dcedd 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -5,7 +5,6 @@ jobs: pre-run-notify: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - uses: https://forge.karnov.club/marc/push-status-to-discord-action@main id: post-status with: @@ -28,7 +27,6 @@ jobs: runs-on: ubuntu-latest if: always() steps: - - uses: actions/checkout@v4 - uses: https://forge.karnov.club/marc/push-status-to-discord-action@main with: webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}