Skip to content

Commit

Permalink
Run int test workflow on push
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Paquette<[email protected]>
  • Loading branch information
gururajsh committed Feb 28, 2024
1 parent 073f8ae commit db3a44e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: "Tests: Integration"
run-name: "Integration [${{ github.event.workflow_run.head_branch }}]: ${{ github.event.workflow_run.head_commit.message }}"

on:
workflow_dispatch:
push:
branches:
- ginkgo2
workflow_dispatch:
workflow_run:
workflows:
- "Tests"
types:
- completed
# workflows:
# - "Tests"
# types:
# - completed

jobs:
run-integration-tests-cf-env:
Expand Down

0 comments on commit db3a44e

Please sign in to comment.