update
This commit is contained in:
parent
cc649ac9b6
commit
1def4db6bb
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -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."
|
Loading…
Reference in New Issue
Block a user