name: ping on: [push] jobs: ping: runs-on: ubuntu-latest steps: - run: echo "ping from simple workflow"