From c43a45328720e8230b47f76f0c8b72f6c9fea7c1 Mon Sep 17 00:00:00 2001 From: Edgar Lee <122112154+elpdt852@users.noreply.github.com> Date: Sun, 24 Mar 2024 08:33:58 +0800 Subject: [PATCH] wip --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aed5380..559c733 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,11 +8,12 @@ on: jobs: lint: - runs-on: ubuntu-latest + runs-on: nix-snapshotter-runner strategy: matrix: linter: - golangci-lint + if: contains(github.event.pull_request.labels.*.name, 'ok-to-test') steps: - uses: actions/checkout@v4 - name: Setup Nix