Skip to content

Commit 1df2adb

Browse files
committed
ci: update workflows.
1 parent cde69a0 commit 1df2adb

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
schedule:
1010
- cron: "0 0 * * *"
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
lint:
1417
name: Lint Extension
@@ -84,9 +87,6 @@ jobs:
8487
needs: [lint]
8588
name: "[${{ matrix.os }}-py${{ matrix.python_version }}] Integration Test"
8689

87-
permissions:
88-
contents: read
89-
9090
runs-on: "${{ matrix.os }}"
9191

9292
strategy:
@@ -197,7 +197,6 @@ jobs:
197197
image: archlinux
198198

199199
steps:
200-
201200
- name: Get time for cache
202201
id: cache_time
203202
run: echo "time=$(date +%F-%T)" >> ${GITHUB_OUTPUT}

0 commit comments

Comments
 (0)