Skip to content

Commit 21a1dae

Browse files
committed
[build] remove cancel-on-failure guard and capitalize GitHub Cache
1 parent 796f8ce commit 21a1dae

3 files changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/bazel.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,3 @@ jobs:
296296
if [ "$AVAIL_GB" -lt 5 ]; then
297297
echo "::warning::Low disk space: ${AVAIL_GB}GB remaining"
298298
fi
299-
- name: Cancel run on bazel failure to prevent poisoned cache save
300-
if: failure() && steps.run-bazel.outcome == 'failure' && inputs.cache-save
301-
env:
302-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
303-
shell: bash
304-
run: gh run cancel ${{ github.run_id }}

.github/workflows/ci-rbe.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ concurrency:
2121
permissions:
2222
contents: read
2323
packages: read
24-
actions: write
2524

2625
jobs:
2726
test:

.github/workflows/gh-cache.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Github Cache
1+
name: GitHub Cache
22

33
on:
44
push:
@@ -22,7 +22,6 @@ concurrency:
2222

2323
permissions:
2424
contents: read
25-
actions: write
2625

2726
jobs:
2827
populate:

0 commit comments

Comments
 (0)