Skip to content

Commit f59c02a

Browse files
joaopapereiraGreg Weresch
andauthored
Temporarily move integration tests to the push event (#3075)
- We will change this commit in the near future to ensure that the integration tests run again on pull requests Signed-off-by: João Pereira <[email protected]> Co-authored-by: Greg Weresch <[email protected]>
1 parent c9ec4cf commit f59c02a

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

.github/workflows/tests-integration.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ on:
2424
- "Tests"
2525
types:
2626
- completed
27+
push:
28+
branches:
29+
- main
30+
- v8
31+
- v7
2732

2833
jobs:
2934
run-integration-tests-cf-env:
@@ -74,4 +79,4 @@ jobs:
7479
run-with-client-creds: false
7580
os: ubuntu-latest
7681
name: cats
77-
secrets: inherit
82+
secrets: inherit

.github/workflows/tests-unit.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,4 @@ jobs:
8484
Get-Item Makefile
8585
make units
8686
87-
88-
89-
integration:
90-
needs:
91-
- units
92-
- units-windows
93-
name: Integration tests
94-
if: ${{ github.event != 'workflow_dispatch' }}
95-
uses: ./.github/workflows/tests-integration.yml
96-
secrets: inherit
9787
# vim: set sw=2 ts=2 sts=2 et tw=78 foldlevel=2 fdm=indent nospell:

0 commit comments

Comments
 (0)