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
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
run: echo " The job was automatically triggered by a ${{Github.event_name }} event."
build:
runs-on: self-hosted
steps:
run: echo " The job was automatically triggered by a ${{Github.event_name }} event."