diff --git a/.gitea/workflows/update-gitea-version.yml b/.gitea/workflows/update-gitea-version.yml index 68dc483..1721513 100644 --- a/.gitea/workflows/update-gitea-version.yml +++ b/.gitea/workflows/update-gitea-version.yml @@ -42,11 +42,11 @@ jobs: fi - name: Install Molecule - if: steps.check.outputs.needs_update == 'true' + # if: steps.check.outputs.needs_update == 'true' run: pip install ansible molecule molecule-plugins[podman] - name: Install Ansible collections - if: steps.check.outputs.needs_update == 'true' + # if: steps.check.outputs.needs_update == 'true' run: ansible-galaxy collection install containers.podman - name: Update gitea_version @@ -62,7 +62,7 @@ jobs: echo "Verified: gitea_version updated to $UPDATED" - name: Run Molecule tests - if: steps.check.outputs.needs_update == 'true' + # if: steps.check.outputs.needs_update == 'true' working-directory: ansible_role_scm run: molecule test diff --git a/.github/workflows/trigger.yml b/.github/workflows/trigger.yml new file mode 100644 index 0000000..09aa0e0 --- /dev/null +++ b/.github/workflows/trigger.yml @@ -0,0 +1,17 @@ +name: Calling Docusaurus + +on: + push: + branches: + - main + +jobs: + dispatch: + runs-on: ubuntu-latest + steps: + - name: Repository Dispatch + uses: peter-evans/repository-dispatch@v4 + with: + token: ${{ secrets.PUBLIC_REPOSITORY_DISPATCH }} + repository: gianet-us/www_gianet_us + event-type: trigger-docs-update