update_base.yml 499 B

12345678910111213141516171819202122
  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. tags:
  7. - '*released'
  8. workflow_dispatch:
  9. jobs:
  10. pdf-test:
  11. runs-on: pdf
  12. timeout-minutes: 40
  13. steps:
  14. - name: update-base
  15. uses: actions/checkout@v3
  16. - name: start-update
  17. run: |
  18. echo "start test"