Skip to content

Commit a2cc154

Browse files
committed
Fix workflow files
1 parent c03c093 commit a2cc154

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/nodes_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
statuses: write
2424

2525
steps:
26-
# checkout your repository
26+
# checkout your repository
2727
- uses: actions/checkout@v4
2828
with:
2929
lfs: true

.github/workflows/on-prs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,16 @@ jobs:
5252
contents: write
5353
pull-requests: write
5454
statuses: write
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
5566

5667

0 commit comments

Comments
 (0)