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 }}