Skip to content

Commit 2e89984

Browse files
committed
Run deploy for testing
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent ec54565 commit 2e89984

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/pythonapp-gpu.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: premerge-gpu
33

44
on:
55
# quick tests for pull requests and the releasing branches
6-
push:
7-
branches:
8-
- main
9-
- releasing/*
10-
pull_request:
11-
types: [opened, synchronize, closed]
6+
# push:
7+
# branches:
8+
# - main
9+
# - releasing/*
10+
# pull_request:
11+
# types: [opened, synchronize, closed]
1212

1313
concurrency:
1414
# automatically cancel the previously triggered workflows when there's a newer version

.github/workflows/setupapp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- releasing/*
1010
- feature/*
1111
- dev
12+
pull_request:
13+
branches:
14+
- dev # temporary for testing in the PR
1215

1316
concurrency:
1417
# automatically cancel the previously triggered workflows when there's a newer version

0 commit comments

Comments
 (0)