mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
workflows/e2e-azure: Disable new azure job
There's no azure subscription to run the tests against at present. Signed-off-by: Sunny <darkowlzz@protonmail.com>
This commit is contained in:
parent
c2e526ca57
commit
a9a67a27e7
1 changed files with 2 additions and 1 deletions
3
.github/workflows/e2e-azure.yaml
vendored
3
.github/workflows/e2e-azure.yaml
vendored
|
|
@ -71,7 +71,8 @@ jobs:
|
|||
defaults:
|
||||
run:
|
||||
working-directory: ./tests/integration
|
||||
if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && github.actor != 'dependabot[bot]'
|
||||
# This job is currently disabled. Remove the false check when Azure subscription is enabled.
|
||||
if: false && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && github.actor != 'dependabot[bot]'
|
||||
steps:
|
||||
- name: CheckoutD
|
||||
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue