diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc7635e60..70fedd62f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,7 @@ -runs-on: self-hosted name: GitHub Actions Example on: [push] jobs: - Explore-GitHub-Actions: - runs-on: ubuntu-latest - steps: - run: echo " The job was automatically triggered by a ${{Github.event_name }} event." \ No newline at end of file + build: + runs-on: self-hosted + steps: + run: echo " The job was automatically triggered by a ${{Github.event_name }} event." \ No newline at end of file