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 32
32
33
33
test :
34
34
needs : pre_job
35
- if : ${{ !cancelled() }} && (github.ref_type == 'tag' || needs.pre_job.outputs.should_skip != 'true')
35
+ if : needs.pre_job.outputs.should_skip != 'true'
36
36
name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
37
37
runs-on : ${{ matrix.os }}
38
38
strategy :
Original file line number Diff line number Diff line change 31
31
uses : fkirc/skip-duplicate-actions@v5
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 : ${{ matrix.package.group }}/${{ matrix.package.repo }}/${{ matrix.julia-version }}
36
36
runs-on : ${{ matrix.os }}
37
37
strategy :
You can’t perform that action at this time.
0 commit comments