Skip to content

Commit

Permalink
Attempt to test new GH action on PR build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachBray committed Nov 13, 2023
1 parent 5eba82c commit 16d914f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/slow.yml
Expand Up @@ -7,6 +7,12 @@ on:
schedule:
- cron: '0 12 * * *'

# Temporarily enabled to test the new property tests
pull_request:
types: [opened, synchronize]
branches:
- '**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 16d914f

Please sign in to comment.