Skip to content

Commit

Permalink
[GHA DOC] Disable latest commit message trigger
Browse files Browse the repository at this point in the history
Use only workflow ones to trigger doc generation
Prevent re-trigger release or else
  • Loading branch information
RoiArthurB committed Apr 20, 2022
1 parent 2e117b6 commit 783111a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-daily-doc-wiki-refresh.yaml
Expand Up @@ -28,7 +28,8 @@ jobs:
run: |
echo "MAVEN_OPTS='-Dorg.slf4j.simpleLogger.defaultLogLevel=error -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Xmx2048m'" >> ~/.mavenrc
sudo chmod +x $GITHUB_WORKSPACE/travis/*.sh
sed -i 's/<module>..\/ummisco.gama.product<\/module>//g' msi.gama.parent/pom.xml
sed -i 's/<module>..\/ummisco.gama.product<\/module>//g' $GITHUB_WORKSPACE/msi.gama.parent/pom.xml
sed -i 's/^MESSAGE=.*$//g' $GITHUB_WORKSPACE/travis/publish.sh
- name: Build with Maven
shell: bash
Expand Down

0 comments on commit 783111a

Please sign in to comment.