Skip to content

Commit

Permalink
making tests optional to publish (for now) when merged to master
Browse files Browse the repository at this point in the history
  • Loading branch information
gflores-jahia committed Jul 31, 2023
1 parent 46c8d7a commit da7ea3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

publish:
name: Publish module
needs: [integration-tests-standalone]
needs: [build]
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit da7ea3c

Please sign in to comment.