We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed594d8 commit 9e00287Copy full SHA for 9e00287
.github/workflows/template-package-test.yml
@@ -15,13 +15,11 @@
15
16
name: Test <PACKAGE> on Arm64
17
18
+# This is a TEMPLATE - it has no triggers and will not run.
19
+# When you copy this file, uncomment the appropriate triggers below:
20
on:
- # This template file is for manual testing only.
- # When you copy this file, uncomment the push/workflow_call triggers below:
21
- workflow_dispatch:
22
-
23
- # Uncomment these when creating your actual test workflow:
24
- # workflow_call:
+ # workflow_dispatch: # Uncomment for manual testing
+ # workflow_call: # Uncomment if called by other workflows
25
# push:
26
# branches:
27
# - main
0 commit comments