From 2415d1374f2fdb83d98aab75e054e6cc2baf6eb0 Mon Sep 17 00:00:00 2001 From: TheTank20 <57580668+thepwrtank18@users.noreply.github.com> Date: Sun, 13 Apr 2025 19:52:53 -0400 Subject: [PATCH] Disable FreeBSD GH action --- .github/workflows/freebsd.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 1b48355..406ac82 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -21,12 +21,12 @@ name: C/C++ CI (FreeBSD) on: - push: - branches: [ "*" ] - paths-ignore: [ '**.md', 'doc/**', '.idea/**'] # If only these files are edited, skip - pull_request: - branches: [ "*" ] - paths-ignore: [ '**.md', 'doc/**', '.idea/**'] # If only these files are edited, skip + #push: + # branches: [ "*" ] + # paths-ignore: [ '**.md', 'doc/**', '.idea/**'] # If only these files are edited, skip + #pull_request: + # branches: [ "*" ] + # paths-ignore: [ '**.md', 'doc/**', '.idea/**'] # If only these files are edited, skip workflow_dispatch: