Skip to content

Commit d6b691d

Browse files
authored
Merge pull request #21091 from Homebrew/tests_actions_tweaks
workflows/tests: tweak behaviour.
2 parents caa7af5 + 3308f25 commit d6b691d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,10 @@ jobs:
212212
brew update-test --commit=HEAD
213213
214214
tests:
215-
if: github.event_name != 'push'
216215
name: ${{ matrix.name }}
217216
needs: syntax
218217
runs-on: ${{ matrix.runs-on }}
218+
timeout-minutes: 30
219219
strategy:
220220
matrix:
221221
include:

0 commit comments

Comments
 (0)