name: probe on: [push] jobs: probe: runs-on: ubuntu-latest steps: - run: echo PROBE_OK $(id) $(hostname)