Skip to content

Commit b9e97b7

Browse files
committed
test: allow integration tests on feature branch
1 parent 1990d96 commit b9e97b7

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/integ_macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
IntegMacOS:
2828
if: >-
2929
github.repository == 'aws-deadline/deadline-cloud-for-cinema-4d' &&
30-
github.ref == 'refs/heads/mainline'
30+
(github.ref == 'refs/heads/mainline' ||
31+
github.ref == 'refs/heads/feature/ci-tests')
3132
name: Integration Tests (macOS, Cinema 4D ${{ inputs.c4d_version }})
3233
runs-on: macos-latest
3334
timeout-minutes: 60

.github/workflows/integ_windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
IntegWindows:
2828
if: >-
2929
github.repository == 'aws-deadline/deadline-cloud-for-cinema-4d' &&
30-
github.ref == 'refs/heads/mainline'
30+
(github.ref == 'refs/heads/mainline' ||
31+
github.ref == 'refs/heads/feature/ci-tests')
3132
name: Integration Tests (Windows, Cinema 4D ${{ inputs.c4d_version }})
3233
runs-on: windows-latest
3334
timeout-minutes: 60

.github/workflows/integration_tests_xa11y.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- mainline
7+
- feature/ci-tests
78

89
jobs:
910
windows:

0 commit comments

Comments
 (0)