Skip to content

Commit 2c96df0

Browse files
committed
analysis
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent 953ed36 commit 2c96df0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/analysis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# Copyright Contributors to the rawtoaces project.
33

44
name: Analysis
5+
permissions:
6+
contents: read
57

68
on:
79
schedule:
@@ -27,10 +29,6 @@ on:
2729
pull_request:
2830
branches:
2931
- '*analysis*'
30-
# Allow manual kicking off of the workflow from github.com
31-
workflow_dispatch:
32-
33-
permissions: read-all
3432

3533
# Allow subsequent pushes to the same PR or REF to cancel any previous jobs.
3634
concurrency:

0 commit comments

Comments
 (0)