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 31
31
32
32
test :
33
33
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'
35
35
name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
36
36
runs-on : ${{ matrix.os }}
37
37
strategy :
Original file line number Diff line number Diff line change 30
30
uses : fkirc/skip-duplicate-actions@v5
31
31
test :
32
32
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'
34
34
name : ${{ matrix.package.group }}/${{ matrix.package.repo }}/${{ matrix.julia-version }}
35
35
runs-on : ${{ matrix.os }}
36
36
strategy :
You can’t perform that action at this time.
0 commit comments