이거 필요 없을 거 같은데?
This commit is contained in:
parent
9edc51f9fe
commit
93f572a0b3
1 changed files with 0 additions and 7 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
|
@ -5,16 +5,9 @@ on:
|
||||||
|
|
||||||
name: Web Build
|
name: Web Build
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
|
||||||
name: Checkout Code
|
|
||||||
runs-on: web-self-hosted
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
install_dependencies_and_build:
|
install_dependencies_and_build:
|
||||||
name: Install Dependencies and Build Web
|
name: Install Dependencies and Build Web
|
||||||
runs-on: web-self-hosted
|
runs-on: web-self-hosted
|
||||||
needs: checkout
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: git pull
|
- run: git pull
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue