Skip to content

Commit 87beec7

Browse files
push trigger
1 parent 8b872fe commit 87beec7

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/workflows/build-mac.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Mac Builds
22

33
on:
4-
push:
54
workflow_call:
65
inputs:
76
refLsp4ij:

.github/workflows/build-windows.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Windows Builds
22

33
on:
4-
push:
54
workflow_call:
65
inputs:
76
refLsp4ij:

.github/workflows/cronJob-mac.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Cron Job - Mac
22

33
on:
4+
push:
45
workflow_dispatch:
56
schedule:
67
# The job runs at 9:30 AM UTC on Wednesday, which is 3:00 PM IST and 4:30 AM EST.

.github/workflows/cronJob-windows.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Cron Job - Windows
22

33
on:
4+
push:
45
workflow_dispatch:
56
schedule:
67
# The job runs at 9:30 AM UTC on Tuesday and Friday, which is 3:00 PM IST and 4:30 AM EST.

0 commit comments

Comments
 (0)