Skip to content

Commit

Permalink
[TEMPORARY] Run the tests on the branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Apr 12, 2024
1 parent ebd3ce0 commit 6aaf56a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-cloud-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
run_azure:
description: 'Run Azure tests'
required: true
default: true
default: false
type: boolean
run_gcp:
description: 'Run Google Cloud Platform tests'
Expand All @@ -16,6 +16,7 @@ on:
branches:
- dev
- release-*
- teo/gcp-test

env:
VCPKG_BINARY_SOURCES: 'clear;x-gha,readwrite'
Expand Down Expand Up @@ -118,7 +119,7 @@ jobs:
gcp:
runs-on: ubuntu-latest
if: inputs.run_gcp != 'false'
environment: gcp-e2e-test
# environment: gcp-e2e-test
env:
bootstrap_args: --enable-gcs --enable-ccache
permissions:
Expand Down

0 comments on commit 6aaf56a

Please sign in to comment.