From 4466bb65a6df80e30b5a1eea40115304d04a8da0 Mon Sep 17 00:00:00 2001 From: David Barroso Date: Thu, 13 Jun 2024 12:36:39 +0200 Subject: [PATCH] chore: fix ci --- .github/workflows/checks.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 4e26dc9d8..f6e8fec1e 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -31,6 +31,7 @@ jobs: NIX_CACHE_PUB_KEY: ${{ secrets.NIX_CACHE_PUB_KEY }} NIX_CACHE_PRIV_KEY: ${{ secrets.NIX_CACHE_PRIV_KEY }} if: contains(github.event.pull_request.labels.*.name, 'safe_to_test') || contains(fromJson('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.pull_request.author_association) + remove_label: runs-on: ubuntu-latest steps: @@ -40,3 +41,10 @@ jobs: labels: | safe_to_test if: contains(github.event.pull_request.labels.*.name, 'safe_to_test') + + + test: + runs-on: ubuntu-latest + steps: + - run: | + echo "wtf: ${{ github.event.pull_request.author_association }}"