diff --git a/.github/workflows/ngen_integration.yaml b/.github/workflows/ngen_integration.yaml index 78a72bf8..9e484eee 100644 --- a/.github/workflows/ngen_integration.yaml +++ b/.github/workflows/ngen_integration.yaml @@ -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