This commit is contained in:
hoangvv 2025-01-09 16:19:05 +07:00
parent cc649ac9b6
commit 1def4db6bb

View File

@ -1,8 +1,7 @@
runs-on: self-hosted
name: GitHub Actions Example name: GitHub Actions Example
on: [push] on: [push]
jobs: jobs:
Explore-GitHub-Actions: build:
runs-on: ubuntu-latest runs-on: self-hosted
steps: steps:
run: echo " The job was automatically triggered by a ${{Github.event_name }} event." run: echo " The job was automatically triggered by a ${{Github.event_name }} event."