File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535
3636 - name : Notify
3737 uses : homoluctus/slatify@master
38- if : github.ref == 'refs/heads/main' && failure()
38+ if : ( github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master') && failure()
3939 with :
4040 type : ${{ job.status }}
4141 job_name : " *No Sandbox Tests Found*"
6161
6262 - name : Notify
6363 uses : homoluctus/slatify@master
64- if : github.ref == 'refs/heads/main' && failure()
64+ if : ( github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master') && failure()
6565 with :
6666 type : ${{ job.status }}
6767 job_name : " *No Staging Tests Found*"
@@ -136,7 +136,7 @@ jobs:
136136
137137 - name : Notify
138138 uses : homoluctus/slatify@master
139- if : github.ref == 'refs/heads/main' && failure()
139+ if : ( github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master') && failure()
140140 with :
141141 type : ${{ job.status }}
142142 job_name : " *Sandbox Integration Tests*"
@@ -235,7 +235,7 @@ jobs:
235235
236236 - name : Notify
237237 uses : homoluctus/slatify@master
238- if : github.ref == 'refs/heads/main' && failure()
238+ if : ( github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master') && failure()
239239 with :
240240 type : ${{ job.status }}
241241 job_name : " *Staging Integration Tests*"
You can’t perform that action at this time.
0 commit comments