Merge pull request #124310 from zowoq/action

.github/workflows/nixos-manual.yml: add repository_owner condition
This commit is contained in:
Domen Kožar 2021-05-25 09:13:26 +02:00 committed by GitHub
commit 528a33727f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
if: github.repository_owner == 'NixOS'
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12