diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4ecefbec..57cf1f8b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,7 +60,7 @@ jobs: name: "👷 Rebuild matrix.org" needs: build-openapi runs-on: ubuntu-latest - if: ${{ false && github.event_name == 'push' && github.ref == 'refs/head/main' }} + if: ${{ github.event_name == 'push' && github.ref == 'refs/head/main' }} steps: - name: "🪄 Triggering rebuild of matrix.org" run: |