Skip to content

Commit

Permalink
revert ci until better way to separate tests and documentation for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhrmanator authored May 16, 2024
1 parent c2a7f1e commit 9f0f9df
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
Expand All @@ -33,11 +30,6 @@ jobs:
shell: bash
timeout-minutes: 15

update_docs:
needs: build
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
steps:
- name: Generate plantuml representation of meta-model
run: |
$SMALLTALK_CI_VM $SMALLTALK_CI_IMAGE eval "'FamixTypeScript.puml' asFileReference writeStreamDo: [ :stream | stream nextPutAll: (FamixMMUMLDocumentor new withModel: FamixTypeScriptModel andColor: Color lightBlue ; beWithStub; generatePlantUMLModel)]"
Expand Down Expand Up @@ -73,3 +65,4 @@ jobs:
# We have to push from the folder where files were generated.
# Same were the new repo was initialized in the previous step
directory: ./doc-uml

0 comments on commit 9f0f9df

Please sign in to comment.