Skip to content

Commit

Permalink
Allow push commits that are not part of pr
Browse files Browse the repository at this point in the history
I hope
  • Loading branch information
truh authored May 24, 2024
1 parent 74e54cf commit a4030b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +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' }}
if: "! github.event.pull_request.head.repo.fork "
run: nix run nixpkgs#attic-client push moonvision-foss result

0 comments on commit a4030b5

Please sign in to comment.