Skip to content

Commit e3aa433

Browse files
authored
Updated daily workflow (#1905)
- remove if statement to allow running on any branch by manually
1 parent c114468 commit e3aa433

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/daily.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
Daily-Tests:
1111
runs-on: [self-hosted, linux, x64, dev]
1212
timeout-minutes: 1440
13-
if: github.ref == 'refs/heads/develop'
1413
steps:
1514
- name: Checkout repository
1615
uses: actions/checkout@v3

0 commit comments

Comments
 (0)