File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - v[0-9]+.[0-9]+.[0-9]+**
7+ branches :
8+ - cache-test
79
810jobs :
911 build :
@@ -100,6 +102,7 @@ jobs:
100102
101103 # Upload the build
102104 - name : Upload Artifact
105+ if : github.ref != 'refs/heads/cache-test'
103106 uses : actions/upload-artifact@v4
104107 with :
105108 name : gdhtml-${{ matrix.target.platform }}-${{ matrix.target.arch }}-${{ matrix.float-precision }}-${{ matrix.target-type }}
@@ -108,6 +111,7 @@ jobs:
108111
109112 # Merges all the build artifacts together into a single gdhtml artifact.
110113 merge :
114+ if : github.ref != 'refs/heads/cache-test'
111115 runs-on : ubuntu-22.04
112116 needs : build
113117 steps :
@@ -119,6 +123,7 @@ jobs:
119123 delete-merged : true
120124
121125 release :
126+ if : github.ref != 'refs/heads/cache-test'
122127 permissions : write-all
123128 runs-on : ubuntu-22.04
124129 needs : merge
You can’t perform that action at this time.
0 commit comments