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 2582843 commit 92d2cb1Copy full SHA for 92d2cb1
.github/workflows/build.yml
@@ -2,10 +2,6 @@ name: "Build and package"
2
on:
3
pull_request:
4
push:
5
-
6
-env:
7
- SECRETS_ARE_AVAILABLE: ${{ secrets.SECRETS_ARE_AVAILABLE }}
8
9
jobs:
10
build:
11
strategy:
@@ -71,8 +67,8 @@ jobs:
71
67
package:
72
68
# this will only work when the jobs above have uploaded
73
69
# their stuff to the nix cache, which will only work
74
- # if secrets are available
75
- if: ${{ env.SECRETS_ARE_AVAILABLE }}
70
+ # in this repository
+ if: github.repository == 'entropia/tip-toi-reveng'
76
runs-on: ubuntu-latest
77
needs: build
78
steps:
0 commit comments