|
|
@ -28,7 +28,7 @@ jobs: |
|
|
|
- name: Checkout ${{ github.head_ref && 'PR' || matrix.branch }} |
|
|
|
- name: Checkout ${{ github.head_ref && 'PR' || matrix.branch }} |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 |
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 |
|
|
|
with: |
|
|
|
with: |
|
|
|
ref: ${{ github.head_ref || matrix.branch }} |
|
|
|
ref: ${{ inputs.safe-checkout || github.head_ref || matrix.branch }} |
|
|
|
|
|
|
|
|
|
|
|
- name: Mark runs associated with commits |
|
|
|
- name: Mark runs associated with commits |
|
|
|
if: ${{ github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' }} |
|
|
|
if: ${{ github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' }} |
|
|
|