docs: enable updates
This commit is contained in:
parent
8aa95dc301
commit
9d4becce06
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ jobs:
|
||||||
echo full_version="$full_version" >> $GITHUB_OUTPUT
|
echo full_version="$full_version" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: update documentation
|
- name: update documentation
|
||||||
if: false && matrix.info.tests != 'none' && github.ref == 'refs/heads/main'
|
if: matrix.info.tests != 'none' && github.ref == 'refs/heads/main'
|
||||||
uses: https://code.forgejo.org/actions/cascading-pr@v1
|
uses: https://code.forgejo.org/actions/cascading-pr@v1
|
||||||
with:
|
with:
|
||||||
origin-url: ${{ env.GITHUB_SERVER_URL }}
|
origin-url: ${{ env.GITHUB_SERVER_URL }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue