Skip to content

Commit

Permalink
Remove github ci part
Browse files Browse the repository at this point in the history
  • Loading branch information
KuechA committed Jan 26, 2024
1 parent 2ef4a63 commit 007800f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,17 +129,6 @@ jobs:
with:
name: reports
path: reports.zip
- name: Generate graph schema
if: github.ref == 'refs/heads/main'
run: |
mkdir cpg-neo4j/build/schema
./gradlew :cpg-neo4j:run --args="--schema ./build/schema/graph.md"
- name: Publish graph schema (main)
if: github.ref == 'refs/heads/main'
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: cpg-neo4j/build/schema
target-folder: CPG/specs
- name: Publish to Maven Central
if: startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, 'beta') && !contains(github.ref, 'alpha')
run: |
Expand Down

0 comments on commit 007800f

Please sign in to comment.