Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop authored Jun 13, 2024
1 parent 0718bc7 commit 4466bb6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}"

0 comments on commit 4466bb6

Please sign in to comment.