Skip to content

Commit 9e29d11

Browse files
committed
Move debug/coverage runs to just develop commits to save CI time
1 parent c7c4bce commit 9e29d11

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test_pull_request_debug.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Debug Build and Test
22

3+
# run this on all commits to the develop branch
4+
# once a large runner, or a self-hosted runner, is available, re-enable for all pull requests
35
on:
4-
pull_request:
5-
branches: [ develop ]
6+
# pull_request:
7+
# branches: [ develop ]
8+
push:
9+
branches: [ develop, AddRWDBuildToGHA ]
610

711
env:
812
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)