[CI] Minor improvements

This commit is contained in:
Grzegorz Sadowski 2024-09-25 07:21:51 +02:00
parent 432013ea84
commit 8a3dec196d
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364
2 changed files with 1 additions and 4 deletions

View file

@ -103,7 +103,7 @@ jobs:
channel: "#daily-build"
username: "GitHub Actions"
text: |
*<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} | ${{ github.workflow }} #${{ github.run_number }} build on ${{ github.repository }} repository has been completed ${{ steps.process-data.outputs.branch }} branch.>*
*<https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} | ${{ github.workflow }} #${{ github.run_number }} build on ${{ github.repository }} repository has been completed for ${{ steps.process-data.outputs.branch }} branch.>*
${{ needs.static-checks.result == 'success' && ':+1:' || ':x:' }} Static Checks
${{ needs.e2e-mariadb.result == 'success' && ':+1:' || ':x:' }} End-to-End (MariaDB)

View file

@ -29,9 +29,6 @@ jobs:
-
base_branch: "1.14"
target_branch: "2.0"
-
base_branch: "2.0"
target_branch: "api-platform-3"
steps:
-