We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953ed36 commit 2c96df0Copy full SHA for 2c96df0
.github/workflows/analysis.yml
@@ -2,6 +2,8 @@
2
# Copyright Contributors to the rawtoaces project.
3
4
name: Analysis
5
+permissions:
6
+ contents: read
7
8
on:
9
schedule:
@@ -27,10 +29,6 @@ on:
27
29
pull_request:
28
30
branches:
31
- '*analysis*'
- # Allow manual kicking off of the workflow from github.com
- workflow_dispatch:
32
-
33
-permissions: read-all
34
35
# Allow subsequent pushes to the same PR or REF to cancel any previous jobs.
36
concurrency:
0 commit comments