update_base.yml 544 B

123456789101112131415161718192021222324
  1. # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
  2. # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
  3. name: update-base
  4. on:
  5. push:
  6. #branches:
  7. # - master
  8. tags:
  9. - .*magic_pdf.*
  10. workflow_dispatch:
  11. jobs:
  12. pdf-test:
  13. runs-on: pdf
  14. timeout-minutes: 40
  15. steps:
  16. - name: update-base
  17. uses: actions/checkout@v3
  18. - name: start-update
  19. run: |
  20. echo "start test"