on: [push] jobs: test: runs-on: docker steps: - run: echo All Good, REALLY test2: needs: test runs-on: docker steps: - run: echo All Good, REALLY