File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 47
47
48
48
# Upload the code coverage analysis results to codecov.io
49
49
- uses : alire-project/gnatcov-to-codecovio-action@main
50
+ if : matrix.os != 'macos-13'
51
+ # TODO: diagnose why it fails on macOS
50
52
with :
51
53
fail_ci_if_error : false # Don't fail the workflow if codecov.io failed
52
54
verbose : true
60
62
# Run Alire publish assistant with the appropriate commit
61
63
alr publish ${{github.server_url}}/${{github.repository}} ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
62
64
63
- - if : github.event_name == 'pull_request'
64
- run : alr publish ${{github.server_url}}/${{github.repository}} ${{ github.event.pull_request.head.sha }}
65
-
66
- - if : github.event_name == 'push'
67
- run : alr publish ${{github.server_url}}/${{github.repository}} ${{ github.sha }}
68
-
69
65
# Save the path to the release manifest for the next step.
70
66
# This is a little trick to get around the fact that the actions/upload-release-asset doesn't allow globing pattern.
71
67
- name : Get Release Manifest PATH
You can’t perform that action at this time.
0 commit comments