diff --git a/.github/workflows/bvt.yml b/.github/workflows/bvt.yml index 202af0ca..569bbb07 100644 --- a/.github/workflows/bvt.yml +++ b/.github/workflows/bvt.yml @@ -28,6 +28,7 @@ on: - build/*.props - build/*.ps1 - build/*.xml + workflow_dispatch: {} permissions: contents: read @@ -46,10 +47,10 @@ jobs: arch: [amd64] steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Clone test repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: repository: walbourn/uvatlastest path: Tests diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 45496119..fb25fa9c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,7 @@ on: - build/*.props - build/*.ps1 - build/*.xml + workflow_dispatch: {} env: DIRECTXMESH_MEDIA_PATH: ${{ github.workspace }}/Media @@ -91,10 +92,10 @@ jobs: # Exclude failing case due to linker issue: x64-Debug-Clang steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Clone test repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: repository: walbourn/uvatlastest path: Tests diff --git a/.github/workflows/vcpkg.yml b/.github/workflows/vcpkg.yml index aefbcf51..ade809ca 100644 --- a/.github/workflows/vcpkg.yml +++ b/.github/workflows/vcpkg.yml @@ -26,6 +26,7 @@ on: - build/*.mdb - build/*.ps1 - build/*.xml + workflow_dispatch: {} permissions: contents: read @@ -74,7 +75,7 @@ jobs: # Exclude failing case due to linker issue: x64-Debug-Clang-VCPKG steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: 'Install Ninja' run: choco install ninja diff --git a/.github/workflows/wsl.yml b/.github/workflows/wsl.yml index c0342100..1290f185 100644 --- a/.github/workflows/wsl.yml +++ b/.github/workflows/wsl.yml @@ -28,6 +28,7 @@ on: - build/*.props - build/*.ps1 - build/*.xml + workflow_dispatch: {} permissions: contents: read @@ -44,7 +45,7 @@ jobs: gcc: [12, 13, 14] steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: seanmiddleditch/gha-setup-ninja@3b1f8f94a2f8254bd26914c4ab9474d4f0015f67 # v6