Skip to content

Commit

Permalink
A new aprroach
Browse files Browse the repository at this point in the history
  • Loading branch information
stcui007 committed Oct 2, 2023
1 parent ed6348c commit 1fba854
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ngen_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,13 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
#- uses: actions/checkout@v3

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: checkout actions in another repo
uses: actions/checkout@v3
with:
repository: noaa-owp/ngen
path: ./ngen

#- uses: ./.github/actions/ngen-build/action.yaml
- run: |
cd ./ngen

- name: Build Ngen
#uses: NOAA-OWP/ngen/.github/actions/ngen-build/action.yaml@master
Expand Down

0 comments on commit 1fba854

Please sign in to comment.