File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 with :
7070 name : parca-agent
7171 signingKey : ' ${{ secrets.CACHIX_SIGNING_KEY }}'
72+ skipPush : ' ${{ github.event_name == "pull_request" }}'
7273
7374 - name : Set up DevShell
7475 run : nix develop --command true
Original file line number Diff line number Diff line change 5959 with :
6060 name : parca-agent
6161 signingKey : ' ${{ secrets.CACHIX_SIGNING_KEY }}'
62+ skipPush : ' ${{ github.event_name == "pull_request" }}'
6263
6364 - name : Set up DevShell
6465 run : nix develop --command true
Original file line number Diff line number Diff line change 7373 with :
7474 name : parca-agent
7575 signingKey : ' ${{ secrets.CACHIX_SIGNING_KEY }}'
76+ skipPush : ' ${{ github.event_name == "pull_request" }}'
7677
7778 - name : Set image name
7879 run : |
@@ -153,6 +154,7 @@ jobs:
153154 with :
154155 name : parca-agent
155156 signingKey : ' ${{ secrets.CACHIX_SIGNING_KEY }}'
157+ skipPush : ' ${{ github.event_name == "pull_request" }}'
156158
157159 - name : Set up Go
158160 uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
Original file line number Diff line number Diff line change 6565 with :
6666 name : parca-agent
6767 signingKey : ' ${{ secrets.CACHIX_SIGNING_KEY }}'
68+ skipPush : ' ${{ github.event_name == "pull_request" }}'
6869
6970 - name : Set up Jsonnet
7071 run : ./env-jsonnet.sh
Original file line number Diff line number Diff line change 5353 with :
5454 name : parca-agent
5555 signingKey : ' ${{ secrets.CACHIX_SIGNING_KEY }}'
56+ skipPush : ' ${{ github.event_name == "pull_request" }}'
5657
5758 - name : Set up DevShell
5859 run : nix develop --command true
Original file line number Diff line number Diff line change 6666 with :
6767 name : parca-agent
6868 signingKey : ' ${{ secrets.CACHIX_SIGNING_KEY }}'
69+ skipPush : ' ${{ github.event_name == "pull_request" }}'
6970
7071 - name : Setup LXD (for Snapcraft)
7172 uses : whywaita/setup-lxd@16e1bb2e132ea11dfa2a8b8be7750cb9ab1ccbcd # tag=v1.0.0
You can’t perform that action at this time.
0 commit comments