Skip to content

Commit e0f8a72

Browse files
committed
workflows(nl-suite): fix indentation and dispatch; align allowed_tools and revert helper
1 parent 6a86db3 commit e0f8a72

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/claude-nl-suite.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
1+
name: Claude NL/T Full Suite (Unity live)
12

2-
name: Claude NL/T Suite (Unity live)
3-
4-
on:
3+
on:
54
workflow_dispatch: {}
65

7-
permissions:
6+
permissions:
87
contents: read
98
checks: write
109

11-
concurrency:
10+
concurrency:
1211
group: ${{ github.workflow }}-${{ github.ref }}
1312
cancel-in-progress: true
1413

15-
env:
14+
env:
1615
UNITY_VERSION: 2021.3.45f1
1716
UNITY_IMAGE: unityci/editor:ubuntu-2021.3.45f1-linux-il2cpp-3
1817
UNITY_CACHE_ROOT: /home/runner/work/_temp/_github_home
1918

20-
jobs:
19+
jobs:
2120
nl-suite:
2221
if: github.event_name == 'workflow_dispatch'
2322
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)