steps: - name: test image: alpine commands: - echo "Woodpecker is working!" - uname -a when: event: - push - pull_request