We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d2cb1 commit c7f2b5dCopy full SHA for c7f2b5d
.github/workflows/build.yml
@@ -65,10 +65,9 @@ jobs:
65
- run: nix-build -A check-cabal-freeze
66
67
package:
68
- # this will only work when the jobs above have uploaded
69
- # their stuff to the nix cache, which will only work
70
- # in this repository
71
- if: github.repository == 'entropia/tip-toi-reveng'
+ # this will only work when the jobs above have uploaded their stuff to the
+ # nix cache, which will not work for pull requests from other repositories
+ if: github.event_name != 'pull_request'
72
runs-on: ubuntu-latest
73
needs: build
74
steps:
0 commit comments