Skip to content

Commit 16d914f

Browse files
committed
Attempt to test new GH action on PR build.
1 parent 5eba82c commit 16d914f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/slow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
schedule:
88
- cron: '0 12 * * *'
99

10+
# Temporarily enabled to test the new property tests
11+
pull_request:
12+
types: [opened, synchronize]
13+
branches:
14+
- '**'
15+
1016
concurrency:
1117
group: ${{ github.workflow }}-${{ github.ref }}
1218
cancel-in-progress: true

0 commit comments

Comments
 (0)