0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

ci: always set conclusion for alteration tests (#6276)

This commit is contained in:
Gao Sun 2024-07-19 11:22:51 +08:00 committed by GitHub
parent 17d7be3992
commit 97b0be48d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,3 +91,11 @@ jobs:
GH_TOKEN: ${{ github.token }}
GH_DEBUG: api
run: gh workflow run rerun.yml -F run_id=${{ github.run_id }}
alteration-compatibility-conclusion:
needs: run-logto
runs-on: ubuntu-latest
if: always() && (needs.run-logto.result == 'success' || needs.run-logto.result == 'skipped')
steps:
- name: Conclusion
run: echo "Alteration compatibility integration test completed successfully"