name: GitHub Actions Example on: [push] jobs: build: runs-on: self-hosted steps: run: echo " The job was automatically triggered by a ${{Github.event_name }} event."