Skip to content

Commit

Permalink
ci: always set conclusion for alteration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed Jul 19, 2024
1 parent 17d7be3 commit 2e10da6
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,12 @@ 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"

0 comments on commit 2e10da6

Please sign in to comment.