We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8d21a commit 7df16a2Copy full SHA for 7df16a2
.github/workflows/layer3-branch-test.yml
@@ -1,13 +1,4 @@
1
-name: AppClaw Action — Branch Test (Layer 3)
2
-
3
-# Layer 3 test — validates the action as an external caller would use it.
4
-# References the branch by name (not ./github-action) so it exercises the
5
-# full public action resolution path before the branch is tagged and published.
6
-#
7
-# Triggers:
8
-# - Every pull_request (android YAML flow by default)
9
-# - Actions tab → "Run workflow" for manual runs with custom inputs
10
-# Required secret: LLM_API_KEY
+name: AppClaw Action
11
12
on:
13
pull_request:
0 commit comments