We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03c093 commit a2cc154Copy full SHA for a2cc154
.github/workflows/nodes_testing.yml
@@ -23,7 +23,7 @@ jobs:
23
statuses: write
24
25
steps:
26
- # checkout your repository
+ # checkout your repository
27
- uses: actions/checkout@v4
28
with:
29
lfs: true
.github/workflows/on-prs.yml
@@ -52,5 +52,16 @@ jobs:
52
contents: write
53
pull-requests: write
54
55
+
56
+ other_testing:
57
+ name: '🐞 Other Testing'
58
+ uses: ./.github/workflows/other_testing.yml
59
60
+ permissions:
61
+ actions: write
62
+ checks: write
63
+ contents: write
64
+ pull-requests: write
65
+ statuses: write
66
67
0 commit comments