diff --git a/.github/workflows/status-ci-cd.yml b/.github/workflows/status-ci-cd.yml index e950f4e22..5e709bc1e 100644 --- a/.github/workflows/status-ci-cd.yml +++ b/.github/workflows/status-ci-cd.yml @@ -11,14 +11,14 @@ jobs: validate-repo-markdown: uses: ./.github/workflows/workflow-validate-repo-markdown.yml validate-website: - if: github.event_name == 'pull_request' + #if: github.event_name == 'pull_request' needs: validate-repo-markdown uses: ./.github/workflows/workflow-generate-website.yml with: hugo_version: 0.83.1 commit_resources: false push-website: - if: github.event_name == 'push' + #if: github.event_name == 'push' needs: validate-website uses: ./.github/workflows/workflow-generate-website.yml with: