Skip to content

Commit

Permalink
Fix if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihonl committed Jan 13, 2025
1 parent c22a773 commit 99bd8f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
StartLocalStack:
name: 'StartLocalStack'
if: false
needs: [OutputEnvVariables]
uses: ./.github/workflows/start-localstack.yml
secrets: inherit
Expand All @@ -187,6 +188,7 @@ jobs:

StartLocalStackITAR:
name: 'StartLocalStackITAR'
if: false
needs: [OutputEnvVariables]
uses: ./.github/workflows/start-localstack.yml
secrets: inherit
Expand All @@ -204,6 +206,7 @@ jobs:

StartLocalStackCN:
name: 'StartLocalStackCN'
if: false
needs: [ OutputEnvVariables ]
uses: ./.github/workflows/start-localstack.yml
secrets: inherit
Expand Down Expand Up @@ -862,7 +865,7 @@ jobs:
uses: aws-actions/amazon-ecr-login@v2

- name: Build and push Docker image for FluentBit
if: ${{ matrix.arrays.terraform_dir }} == 'terraform/eks/daemon/fluent/bit'
if: ${{ matrix.arrays.terraform_dir == 'terraform/eks/daemon/fluent/bit' }}
env:
ECR_REPO: ${{ steps.login-ecr.outputs.registry }}/fluent-bit-test
run: |
Expand Down

0 comments on commit 99bd8f5

Please sign in to comment.