Skip to content

Commit

Permalink
Don't attic push on PRs from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
truh authored May 24, 2024
1 parent 1aea383 commit 83d8780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
- name: Building package
run: nix build .#packages.${{ matrix.system }}.default
- name: Push result to cache
if: ${{ github.event.pull_request.head.repo.full_name == 'MoonVision/jira-tools' }}
run: nix run nixpkgs#attic-client push moonvision-foss result

0 comments on commit 83d8780

Please sign in to comment.