mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[CI] Minor improvements
This commit is contained in:
parent
432013ea84
commit
8a3dec196d
2 changed files with 1 additions and 4 deletions
2
.github/workflows/ci__full_2_0.yaml
vendored
2
.github/workflows/ci__full_2_0.yaml
vendored
|
|
@ -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)
|
||||
|
|
|
|||
3
.github/workflows/upmerge_pr.yaml
vendored
3
.github/workflows/upmerge_pr.yaml
vendored
|
|
@ -29,9 +29,6 @@ jobs:
|
|||
-
|
||||
base_branch: "1.14"
|
||||
target_branch: "2.0"
|
||||
-
|
||||
base_branch: "2.0"
|
||||
target_branch: "api-platform-3"
|
||||
|
||||
steps:
|
||||
-
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue