Skip to content

Commit 8af6a82

Browse files
committed
[static] cleanups
Signed-off-by: Itai Segall <[email protected]>
1 parent 4b86017 commit 8af6a82

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/actions/nix/setup_nix/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ runs:
203203
shell: bash
204204
run: |
205205
if curl -Isf https://storage.googleapis.com/splice-nix-cache-public/${cache_key}.tar.gz &> /dev/null; then
206+
echo "Cache with key ${cache_key} already exists in GCP, not uploading again"
206207
echo "already_exists=true" >> $GITHUB_OUTPUT;
207208
fi
208209

.github/workflows/pr_non_contributors_preapproval.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: WIP
1+
name: CI on PRs from forks (no approval required)
22
on:
33
pull_request:
44
types: [ opened, synchronize, reopened ]
@@ -8,11 +8,9 @@ concurrency:
88
cancel-in-progress: true
99

1010
permissions:
11-
# id-token: write # Required for GCP Workload Identity for failure notifications
1211
contents: read
1312
pull-requests: read # Required for the static tests
1413
issues: read # Required for the static tests
15-
# actions: write # To cancel itself if not opted in
1614

1715
jobs:
1816

0 commit comments

Comments
 (0)