diff --git a/.forgejo/workflows/production.yaml b/.forgejo/workflows/production.yaml index 0401588a..3bf48fc0 100644 --- a/.forgejo/workflows/production.yaml +++ b/.forgejo/workflows/production.yaml @@ -215,7 +215,6 @@ jobs: runs-on: ubuntu-22.04 # Only require ExUnit tests to pass, e2e is optional needs: [test-exunit] - if: success() steps: - name: Checkout code