💚 Trigger website rebuild (#3408)
Signed-off-by: Alexandre Franke <alexandre.franke@gmail.com>
This commit is contained in:
parent
845e4c87db
commit
08b67761f9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
||||||
name: "👷 Rebuild matrix.org"
|
name: "👷 Rebuild matrix.org"
|
||||||
needs: build-openapi
|
needs: build-openapi
|
||||||
runs-on: ubuntu-latest
|
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:
|
steps:
|
||||||
- name: "🪄 Triggering rebuild of matrix.org"
|
- name: "🪄 Triggering rebuild of matrix.org"
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue