File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 4747
4848 # Upload the code coverage analysis results to codecov.io
4949 - uses : alire-project/gnatcov-to-codecovio-action@main
50+ if : matrix.os != 'macos-13'
51+ # TODO: diagnose why it fails on macOS
5052 with :
5153 fail_ci_if_error : false # Don't fail the workflow if codecov.io failed
5254 verbose : true
6062 # Run Alire publish assistant with the appropriate commit
6163 alr publish ${{github.server_url}}/${{github.repository}} ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
6264
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-
6965 # Save the path to the release manifest for the next step.
7066 # This is a little trick to get around the fact that the actions/upload-release-asset doesn't allow globing pattern.
7167 - name : Get Release Manifest PATH
You can’t perform that action at this time.
0 commit comments