Skip to content

Commit deb6383

Browse files
author
Workflow Sync Bot
committed
💬 - Files Synced | Runner ID : 76 | ⚡ Triggered By begin-examples/integration-tester
1 parent eaa4b45 commit deb6383

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/integration-tester.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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*"
@@ -61,7 +61,7 @@ jobs:
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*"

0 commit comments

Comments
 (0)