name: 验证Runner on: push: tags: - 'v*' jobs: test: runs-on: docker steps: - name: 说句话 run: echo "Runner终于干活了!"