Skip to content

Commit 51416b3

Browse files
committed
chore: add comments
Signed-off-by: Arjun Raja Yogidas <[email protected]>
1 parent cb657a5 commit 51416b3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release-automation.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
workflow_dispatch:
44
workflow_call:
55

6+
permissions:
7+
id-token: write
8+
69
jobs:
710
get-latest-tag:
811
name: Get the latest release tag

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ test-e2e-daemon:
336336
--daemon-context-subject-prefix="$(OUTDIR)/lima/bin/limactl shell finch sudo" \
337337
--daemon-context-subject-env="LIMA_HOME=$(OUTDIR)/lima/data"
338338

339-
# TODO: Blkio devices are not getting created in test environment, skipping for now
339+
# TODO: Blkio devices are not getting created in test environment, skipping for now - testing these
340340
.PHONY: test-e2e-daemon-linux
341341
test-e2e-daemon-linux:
342342
# Create symlink for buildkit socket path compatibility

0 commit comments

Comments
 (0)