We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293e462 commit abdf0c7Copy full SHA for abdf0c7
.github/workflows/latest-release.yaml
@@ -113,20 +113,11 @@ jobs:
113
username: ${{ github.repository_owner }}
114
password: ${{ secrets.GITHUB_TOKEN }}
115
116
- e2e-test:
117
- needs: publish
118
- uses: trustification/trustify-ci/.github/workflows/global-ci.yml@main
119
- with:
120
- server_image: ${{ needs.publish.outputs.image }}
121
- run_api_tests: true
122
- run_ui_tests: true
123
-
124
deploy:
125
if: ${{ (github.repository == 'guacsec/trustify') && (needs.init.outputs.version == 'main') }}
126
runs-on: ubuntu-24.04
127
needs:
128
- publish
129
- - e2e-test
130
131
steps:
132
0 commit comments