Skip to content

Commit c995117

Browse files
committed
Update detect-release workflow
1 parent d1133f2 commit c995117

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Diff for: .github/workflows/detect-release.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
name: Detect IB API Release
22

33
on:
4+
schedule:
5+
- cron: "0 8 * * *"
46
push:
57
branches:
68
- main
7-
schedule:
8-
- cron: "0 8 * * *"
9-
109
workflow_dispatch:
1110

1211
jobs:
1312
detect-release:
1413
runs-on: ubuntu-latest
15-
strategy:
16-
fail-fast: true
1714
steps:
1815
- uses: actions/checkout@v4
1916

0 commit comments

Comments
 (0)