Browse Source

[CI] Add pkgs-test

vacabun 1 year ago
parent
commit
a76f344cb0
1 changed files with 28 additions and 0 deletions
  1. 28 0
      .github/workflows/pkgs_test.yml

+ 28 - 0
.github/workflows/pkgs_test.yml

@@ -0,0 +1,28 @@
+name: pkgs_test
+
+on:
+    push:
+        branches:
+          - master
+        paths-ignore:
+          - documentation/**
+          - '**/README.md'
+          - '**/README_zh.md'
+    pull_request:
+        branches:
+          - master
+        paths-ignore:
+          - documentation/**
+          - '**/README.md'
+          - '**/README_zh.md'
+    workflow_dispatch:
+
+jobs:
+    change:
+        uses: RT-Thread/pkgs-test/.github/workflows/pkgs-action.yml@main
+        with:
+            rt-thread-versions: "branch:master"
+            test-specific-pkgs: true
+            pkgs: |
+                hello
+