We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae992e commit 3b0a380Copy full SHA for 3b0a380
.github/workflows/branch.yml
@@ -40,6 +40,8 @@ jobs:
40
run: ~/yq -i e '.on.push.branches |= [ "master", '${{ env.CUR_VERSION }}' ]' .github/workflows/main.yml
41
- name: Update Notify clients workflow
42
run: ~/yq -i e '.on.push.branches |= [ "master", '${{ env.CUR_VERSION }}' ]' .github/workflows/notify-clients.yaml
43
+ - name: build new openapi.yaml
44
+ run: mvn clean package -DskipTests -DskipITs -pl horreum-api
45
- name: Commit main branch changes
46
run: |
47
git config --global user.name "rh-appservices-perf"
0 commit comments