diff --git a/.github/workflows/windows-hardening.yml b/.github/workflows/windows-hardening.yml new file mode 100644 index 00000000..3b5f9951 --- /dev/null +++ b/.github/workflows/windows-hardening.yml @@ -0,0 +1,13 @@ +name: Windows release hardening + +on: + workflow_dispatch: + +permissions: + contents: read + +jobs: + registration: + runs-on: ubuntu-latest + steps: + - run: echo "Dispatch this workflow with a ref that contains the Windows hardening implementation." diff --git a/.github/workflows/windows-port-validation.yml b/.github/workflows/windows-port-validation.yml new file mode 100644 index 00000000..3c7010a0 --- /dev/null +++ b/.github/workflows/windows-port-validation.yml @@ -0,0 +1,13 @@ +name: Windows port validation + +on: + workflow_dispatch: + +permissions: + contents: read + +jobs: + registration: + runs-on: ubuntu-latest + steps: + - run: echo "Dispatch this workflow with a ref that contains the Windows port implementation." diff --git a/.github/workflows/windows-shell.yml b/.github/workflows/windows-shell.yml new file mode 100644 index 00000000..7e5f053b --- /dev/null +++ b/.github/workflows/windows-shell.yml @@ -0,0 +1,13 @@ +name: Windows shell validation + +on: + workflow_dispatch: + +permissions: + contents: read + +jobs: + registration: + runs-on: ubuntu-latest + steps: + - run: echo "Dispatch this workflow with a ref that contains the Windows shell implementation."