From e18fb46c27a6eb906b693e406753052d848f9709 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Mon, 18 Dec 2023 13:44:52 +0100 Subject: [PATCH] try to re-enable BSD tests --- .github/workflows/bsd.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index dde4e2c4bf..efae0fc9bd 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -10,9 +10,6 @@ concurrency: group: ${{ github.ref }}-${{ github.workflow }}-${{ github.event_name }}-${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && github.sha || '' }} cancel-in-progress: true jobs: - check-label: - # XXX: disable all because the vmaction is unreliable - if: ${{ github.event.label.name == 'disabled' }} freebsd: runs-on: macos-12 steps: