Skip to content

Commit

Permalink
Merge pull request #5 from chathushkaayash/documentation
Browse files Browse the repository at this point in the history
Add disable test flags to workflows
  • Loading branch information
ayeshLK authored Jan 24, 2025
2 parents 2983fe3 + 429f466 commit 727e6fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-stage-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ jobs:
secrets: inherit
with:
environment: ${{ github.event.inputs.environment }}
additional-publish-flags: "-x test"
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ jobs:
with:
package-name: aws.redshiftdata
package-org: ballerinax
additional-publish-flags: "-x test"

0 comments on commit 727e6fd

Please sign in to comment.