pkgs_test.yml 772 B

1234567891011121314151617181920212223242526272829303132
  1. name: pkgs_test
  2. on:
  3. push:
  4. branches:
  5. - master
  6. paths-ignore:
  7. - documentation/**
  8. - '**/README.md'
  9. - '**/README_zh.md'
  10. pull_request:
  11. branches:
  12. - master
  13. paths-ignore:
  14. - documentation/**
  15. - '**/README.md'
  16. - '**/README_zh.md'
  17. workflow_dispatch:
  18. concurrency:
  19. group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
  20. cancel-in-progress: true
  21. jobs:
  22. change:
  23. uses: RT-Thread/pkgs-test/.github/workflows/pkgs-action.yml@main
  24. if: github.repository_owner == 'RT-Thread'
  25. with:
  26. rt-thread-versions: "branch:master"
  27. test-specific-pkgs: true
  28. pkgs: |
  29. hello