File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131
3232 test :
3333 needs : pre_job
34- if : ${{ !cancelled() }} && (github.ref_type == 'tag' || needs.pre_job.outputs.should_skip != 'true')
34+ if : needs.pre_job.outputs.should_skip != 'true'
3535 name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
3636 runs-on : ${{ matrix.os }}
3737 strategy :
Original file line number Diff line number Diff line change 3030 uses : fkirc/skip-duplicate-actions@v5
3131 test :
3232 needs : pre_job
33- if : ${{ !cancelled() }} && (github.ref_type == 'tag' || needs.pre_job.outputs.should_skip != 'true')
33+ if : needs.pre_job.outputs.should_skip != 'true'
3434 name : ${{ matrix.package.group }}/${{ matrix.package.repo }}/${{ matrix.julia-version }}
3535 runs-on : ${{ matrix.os }}
3636 strategy :
You can’t perform that action at this time.
0 commit comments