mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Remove checkout action on main.yml file
This commit is contained in:
parent
a536b4d434
commit
06f83f30d4
1 changed files with 0 additions and 13 deletions
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
|
@ -13,20 +13,7 @@ on:
|
|||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
my_first_job:
|
||||
name: Checkout
|
||||
# This workflow contains a single job called "Checkout"
|
||||
# The type of runner that the job will run on
|
||||
runs-on: ubuntu-latest
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v4
|
||||
name: Checkout repository
|
||||
|
||||
# This job calls the build pipeline from local workflows directory
|
||||
my_second_job:
|
||||
needs: my_first_job
|
||||
name: Build call
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue