diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml deleted file mode 100644 index 1970146..0000000 --- a/.github/workflows/build.yaml +++ /dev/null @@ -1,21 +0,0 @@ ---- -on: - pull_request: -jobs: - techdocs: - permissions: - contents: read - id-token: write - packages: read - name: TechDocs - uses: coopnorge/github-workflow-techdocs/.github/workflows/techdocs.yaml@v0 - - build: - if: always() - needs: - - techdocs - runs-on: ubuntu-latest - steps: - - run: exit 1 - if: | - needs.techdocs.result == 'failure' \ No newline at end of file