Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
Signed-off-by: Allain Magyar <[email protected]>
  • Loading branch information
amagyar-iohk committed Feb 14, 2025
1 parent 31334ad commit 142cd92
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
push:
branches:
- "main"
pull_request:
branches:
- main

permissions:
contents: write
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ concurrency:
cancel-in-progress: true

on:
schedule:
- cron: "0 3 * * *"
pull_request:
push:
branches:
- "main"
workflow_dispatch:

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/oasdiff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
echo "Revision url: ${{ env.REV_URL }}"
- name: Running OpenAPI Spec diff action
uses: oasdiff/oasdiff-action/breaking@main
uses: oasdiff/oasdiff-action/breaking@1c611ffb1253a72924624aa4fb662e302b3565d3
with:
fail-on-diff: false
fail-on: false
base: ${{ env.BASE_URL }}
revision: ${{ env.REV_URL }}
2 changes: 1 addition & 1 deletion .github/workflows/release-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
type: string
push:
tags:
- "cloud-agent-v*"
- "v*"

permissions:
contents: write
Expand Down
1 change: 0 additions & 1 deletion release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export default {
],
message: "chore(release): cut the Identus Cloud agent ${nextRelease.version} release\n\n${nextRelease.notes} [skip ci]\n\nSigned-off-by: Hyperledger Bot <[email protected]>"
}],
["@semantic-release/github"],
["semantic-release-slack-bot", {
notifyOnSuccess: true,
notifyOnFail: true,
Expand Down

0 comments on commit 142cd92

Please sign in to comment.