diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dac4208198..4653274561d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,6 @@ name: CI + on: pull_request: types: [opened, synchronize, reopened, ready_for_review] diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 363311d4acd..d6ab60b2a7d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -92,7 +92,7 @@ jobs: - name: "Install DPF" id: set-server-path - uses: ansys/pydpf-actions/install-dpf-server@v2.3 + uses: ansys/pydpf-actions/install-dpf-server@mhanmer/patch-v2.3 with: dpf-standalone-TOKEN: ${{secrets.PYANSYS_CI_BOT_TOKEN}} standalone_suffix: ${{ inputs.standalone_suffix }} diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 95e840d1242..7555b28cf60 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -103,7 +103,7 @@ jobs: - name: "Install DPF" id: set-server-path - uses: ansys/pydpf-actions/install-dpf-server@v2.3 + uses: ansys/pydpf-actions/install-dpf-server@mhanmer/patch-v2.3 with: dpf-standalone-TOKEN: ${{secrets.PYANSYS_CI_BOT_TOKEN}} standalone_suffix: ${{ inputs.standalone_suffix }} diff --git a/.github/workflows/pydpf-post.yml b/.github/workflows/pydpf-post.yml index 71deba2c279..ee2aacba514 100644 --- a/.github/workflows/pydpf-post.yml +++ b/.github/workflows/pydpf-post.yml @@ -100,7 +100,7 @@ jobs: - name: "Install DPF" id: set-server-path - uses: ansys/pydpf-actions/install-dpf-server@v2.3 + uses: ansys/pydpf-actions/install-dpf-server@mhanmer/patch-v2.3 with: dpf-standalone-TOKEN: ${{secrets.PYANSYS_CI_BOT_TOKEN}} standalone_suffix: ${{ inputs.standalone_suffix }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 157f2f13045..23f54ac26e6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -179,7 +179,7 @@ jobs: - name: "Install DPF" id: set-server-path - uses: ansys/pydpf-actions/install-dpf-server@v2.3 + uses: ansys/pydpf-actions/install-dpf-server@mhanmer/patch-v2.3 with: dpf-standalone-TOKEN: ${{secrets.PYANSYS_CI_BOT_TOKEN}} standalone_suffix: ${{ inputs.standalone_suffix }} diff --git a/.github/workflows/update_operators.yml b/.github/workflows/update_operators.yml index 4b879943350..3871e8465a2 100644 --- a/.github/workflows/update_operators.yml +++ b/.github/workflows/update_operators.yml @@ -43,7 +43,7 @@ jobs: - name: "Install DPF" id: set-server-path - uses: ansys/pydpf-actions/install-dpf-server@v2.3 + uses: ansys/pydpf-actions/install-dpf-server@mhanmer/patch-v2.3 with: dpf-standalone-TOKEN: ${{secrets.PYANSYS_CI_BOT_TOKEN}} standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}