Skip to content

Commit 9e00287

Browse files
committed
Disable triggers on template-package-test.yml to prevent accidental execution
1 parent ed594d8 commit 9e00287

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/template-package-test.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515

1616
name: Test <PACKAGE> on Arm64
1717

18+
# This is a TEMPLATE - it has no triggers and will not run.
19+
# When you copy this file, uncomment the appropriate triggers below:
1820
on:
19-
# This template file is for manual testing only.
20-
# 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:
21+
# workflow_dispatch: # Uncomment for manual testing
22+
# workflow_call: # Uncomment if called by other workflows
2523
# push:
2624
# branches:
2725
# - main

0 commit comments

Comments
 (0)