From 9a7dafcec7afb493b6d680878dcc536cea7df0e8 Mon Sep 17 00:00:00 2001 From: Lessley Date: Tue, 31 Oct 2023 11:34:13 -0600 Subject: [PATCH] temp: prevent running build-git-installers workflow Temporarily prevent build-git-installers workflow from running to allow for windows-specific workflow testing. --- .github/workflows/build-git-installers.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build-git-installers.yml b/.github/workflows/build-git-installers.yml index 05c9e97b011355..cc2f3556287af9 100644 --- a/.github/workflows/build-git-installers.yml +++ b/.github/workflows/build-git-installers.yml @@ -1,10 +1,5 @@ name: build-git-installers -on: - push: - tags: - - 'v[0-9]*vfs*' # matches "vvfs" - jobs: # Check prerequisites for the workflow prereqs: