Skip to content

Commit 901a4de

Browse files
committed
[Updater] Allow updater workflow to trigger
1 parent 2bc28c7 commit 901a4de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/updater.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ jobs:
115115
name: 'Build and release Updater worker'
116116
runs-on: ubuntu-latest
117117
needs: test_updater
118-
if: github.event_name == 'push'
119118
steps:
120119
- uses: actions/checkout@v6
121120

@@ -145,7 +144,6 @@ jobs:
145144
name: 'Build and release Updater scheduler'
146145
runs-on: ubuntu-latest
147146
needs: test_updater
148-
if: github.event_name == 'push'
149147
steps:
150148
- uses: actions/checkout@v6
151149

0 commit comments

Comments
 (0)