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 656e9a5 commit fa5055dCopy full SHA for fa5055d
.github/workflows/module-build.yml
@@ -14,7 +14,6 @@ on:
14
- ".github/workflows/module-build.yml"
15
- "configure/**"
16
- "common/**"
17
- - "linux/**"
18
- "exploreApp/**"
19
- "pciApp/**"
20
- "vmeApp/**"
@@ -25,14 +24,19 @@ on:
25
24
26
27
28
29
30
31
32
- "testApp/**"
33
- "Makefile"
34
workflow_dispatch:
35
+permissions:
+ contents: read
36
+ pull-requests: write
37
+ issues: write
38
+ statuses: write
39
+
40
env:
41
SETUP_PATH: .ci-local:.ci
42
EPICS_TEST_IMPRECISE_TIMING: YES
0 commit comments