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 6a86db3 commit e0f8a72Copy full SHA for e0f8a72
.github/workflows/claude-nl-suite.yml
@@ -1,23 +1,22 @@
1
+name: Claude NL/T Full Suite (Unity live)
2
-name: Claude NL/T Suite (Unity live)
3
-
4
- on:
+on:
5
workflow_dispatch: {}
6
7
- permissions:
+permissions:
8
contents: read
9
checks: write
10
11
- concurrency:
+concurrency:
12
group: ${{ github.workflow }}-${{ github.ref }}
13
cancel-in-progress: true
14
15
- env:
+env:
16
UNITY_VERSION: 2021.3.45f1
17
UNITY_IMAGE: unityci/editor:ubuntu-2021.3.45f1-linux-il2cpp-3
18
UNITY_CACHE_ROOT: /home/runner/work/_temp/_github_home
19
20
- jobs:
+jobs:
21
nl-suite:
22
if: github.event_name == 'workflow_dispatch'
23
runs-on: ubuntu-latest
0 commit comments