Skip to content

Commit 097ee97

Browse files
committed
Test
1 parent b3b074f commit 097ee97

4 files changed

Lines changed: 5 additions & 8 deletions

File tree

.github/workflows/distroless-int-test-workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ on:
99
branches:
1010
- develop
1111
- main
12+
- feature/decrease-number-of-secrets
1213
paths-ignore:
1314
- 'docs/**'
1415
- '*.md'
15-
paths:
16-
- '.github/workflows/distroless-int-test-workflow.yml'
1716
jobs:
1817
build-operator-image-distroless:
1918
runs-on: ubuntu-latest

.github/workflows/int-test-azure-workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ on:
88
branches:
99
- develop
1010
- main
11+
- feature/decrease-number-of-secrets
1112
paths-ignore:
1213
- 'docs/**'
1314
- '*.md'
14-
paths:
15-
- '.github/workflows/int-test-azure-workflow.yml'
1615
jobs:
1716
build-operator-image:
1817
runs-on: ubuntu-latest

.github/workflows/int-test-gcp-workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ on:
99
branches:
1010
- develop
1111
- main
12+
- feature/decrease-number-of-secrets
1213
paths-ignore:
1314
- 'docs/**'
1415
- '*.md'
15-
paths:
16-
- '.github/workflows/int-test-gcp-workflow.yml'
1716
jobs:
1817
build-operator-image:
1918
runs-on: ubuntu-latest

.github/workflows/manual-int-test-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
export-variables: true
7777
- name: Export env from .env
7878
run: |
79-
echo "SPLUNK_ENTERPRISE_IMAGE=$SPLUNK_ENTERPRISE_IMAGE" >> $GITHUB_ENV
80-
echo "S3_REGION=$AWS_DEFAULT_REGION" >> $GITHUB_ENV
79+
echo "SPLUNK_ENTERPRISE_IMAGE=${{ steps.dotenv.outputs.SPLUNK_ENTERPRISE_IMAGE }}" >> $GITHUB_ENV
80+
echo "S3_REGION=${{ steps.dotenv.outputs.AWS_DEFAULT_REGION }}" >> $GITHUB_ENV
8181
- name: Install Kubectl
8282
uses: Azure/setup-kubectl@v3
8383
with:

0 commit comments

Comments
 (0)